You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The pytest-anyio package doesn't exist on PyPI. The anyio library includes
its own pytest plugin that should be loaded instead.
Changes:
- Remove pytest-anyio>=0.8.0 from dev dependencies
- Add -p anyio to pytest addopts to load anyio's built-in pytest plugin
- Keep trio>=0.20.0 and anyio_backends configuration for multi-backend testing
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>
0 commit comments