tarpas / pytest-testmon

Selects tests affected by changed files. Executes the right tests first. Continuous test runner when used with pytest-watch.
https://testmon.org
MIT License
800 stars 54 forks source link

Pytest 7.0.0 compatibility #174

Closed PaddyAlton closed 2 years ago

PaddyAlton commented 2 years ago

Hello, just a small heads up that pytest v7.0.0 is now out.

Currently pytest-testmon is restricted to pytest<7,>=5, leading to a dependency resolution error if one tries to use it with the latest pytest.

tarpas commented 2 years ago

Released to PYPI now. Thanks for the issue!