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
823 stars 55 forks source link

compatibility with pytest 5 #142

Closed tarpas closed 5 years ago

tarpas commented 5 years ago

pytest-testmon requires pytest<5 and is not tested with pytest 5.x

Expected: testmon should work also with pytest 5.x

Note: Reading the list of breaking changes in pytest I don't expect any problems, so ideally this is just running the test suite and updating the build/packaging data.

tarpas commented 5 years ago

Now released to PYPI. Thanks @AceFire6 and @blueyed

@blueyed any idea how to improve our process so that we don't miss easy but important update like this in the future? Should we run the pytestfeatures-py37 build every couple of months?