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
conftest.py(test[markers]): skip runtime smoke tests by default
why: runtime smoke test should only run when explicitly requested because it spawns uvx and needs network access.
what:
- add pytest_collection_modifyitems hook that skips items with scripts__runtime_dep_smoketest marker unless -m is passed.
0 commit comments