2022-03-11 20:09:36 +00:00

15 lines
288 B
Plaintext

Remove --cov option that doesn't work even if py-test-cov is installed
Index: setup.cfg
--- setup.cfg.orig
+++ setup.cfg
@@ -67,7 +67,7 @@ python_files = test_*.py
python_classes = Test_*
testpaths =
tests
-addopts = -W always --cov
+addopts = -W always
[egg_info]
tag_build =