apmoore1 / target-extraction

Target based extraction
https://apmoore1.github.io/target-extraction/
Apache License 2.0
4 stars 1 forks source link

pytest-cov and pytest #24

Open apmoore1 opened 4 years ago

apmoore1 commented 4 years ago

when running:

python -m pytest --cov=./target_extraction

It crashes on any new version of pytest due to logging error I believe related to this issue:

https://github.com/pytest-dev/pytest/issues/5502

apmoore1 commented 4 years ago

Could be resolved by not going to pytest>=5 and keeping to pytest<5 as pytest-cov only require pytest>4.6