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
fix: Use modern pytest collection_path parameter and return None
- Replace deprecated 'path' parameter with 'collection_path' in pytest_ignore_collect
- Return None instead of False to let pytest use default behavior
- This should fix the issue where pytest was collecting tests from .tox/.pkg/
0 commit comments