Skip to content

fix: lower pytest-asyncio minimum version to 0.18.0 for roboflow/inference - #1424

Merged
KRRT7 merged 1 commit into
mainfrom
inference-fix
Feb 10, 2026
Merged

fix: lower pytest-asyncio minimum version to 0.18.0 for roboflow/inference#1424
KRRT7 merged 1 commit into
mainfrom
inference-fix

Conversation

@KRRT7

@KRRT7 KRRT7 commented Feb 9, 2026

Copy link
Copy Markdown
Contributor

No description provided.

@claude

claude Bot commented Feb 9, 2026

Copy link
Copy Markdown
Contributor

PR Review Summary

Prek Checks

Passed — No Python files changed, so ruff check/format were skipped (no files to check).

Mypy

Skipped — No Python source files changed in this PR.

Code Review

No critical issues found.

This PR lowers the pytest-asyncio minimum version from >=1.2.0 to >=0.18.0 in pyproject.toml (plus the resulting uv.lock update). The change is compatible with the codebase:

  • @pytest.mark.asyncio decorator (used in 40+ test functions) — available since pytest-asyncio 0.10.0
  • Async fixtures (used in 3 test files) — stabilized in pytest-asyncio 0.18.0
  • No asyncio_mode configuration or advanced pytest-asyncio APIs are used
  • All 2,310 tests pass locally with the updated dependency constraint (33 skipped, 0 failures)

Test Coverage

⏭️ Not applicable — No Python source files were changed. Only pyproject.toml and uv.lock were modified, so there are no code changes to measure coverage for.

Codeflash Optimization PRs

7 open optimization PRs target main. None have fully passing CI — all have failures in one or more required checks (snyk, pre-commit hooks, type-check, unit-tests, windows-tests, etc.). No PRs were merged.


Last updated: 2026-02-09

@KRRT7
KRRT7 merged commit 6428a22 into main Feb 10, 2026
25 of 27 checks passed
@KRRT7
KRRT7 deleted the inference-fix branch February 10, 2026 05:03
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