gleb-sevruk / pycrunch-engine

NCrunch inspired tool for continuous testing Python
https://pycrunch.com
Other
57 stars 8 forks source link

Upgrade coverage to 5.5 #53

Closed hamedsh closed 3 years ago

hamedsh commented 3 years ago

coverage 4.5.3 has been obsoleted and it will conflict on installing new version of pytest-cov.

gleb-sevruk commented 3 years ago

In the past I had issues with locked files on Windows machines, after upgrading coverage to version 5.0, due to concurrent execution of the tests, I will test this once again on windows (maybe 5.5 will not have such behavior)

hamedsh commented 3 years ago

my machine is Linux and I use this version without any problem (also tests passed without a problem), but about the windows machine, I don't know. Thank you

gleb-sevruk commented 3 years ago

Implemented in https://github.com/gleb-sevruk/pycrunch-engine/pull/55

gleb-sevruk commented 3 years ago

New version is published, please install via

pip install pycrunch-engine==1.2.3