Skip to content

upd: tests workflow - #75

Merged
abhijithneilabraham merged 2 commits into
mainfrom
ab_tests_workflow
Jul 3, 2026
Merged

upd: tests workflow#75
abhijithneilabraham merged 2 commits into
mainfrom
ab_tests_workflow

Conversation

@abhijithneilabraham

Copy link
Copy Markdown
Contributor
  1. .github/workflows/test.yml — bumped the matrix to Python 3.11/3.12, and
    changed the install step to pip install ".[dev]" (the plain pip install . was
    also missing pytest-asyncio, which the test suite requires via asyncio_mode =
    "auto").
  2. tests/test_tool_decorator.py — its _run() helper used the deprecated
    asyncio.get_event_loop(), which raises RuntimeError on Python 3.12 with no
    existing loop. Fixed to asyncio.run(coro).

@abhijithneilabraham
abhijithneilabraham merged commit 17eb6ec into main Jul 3, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant