]> git.phdru.name Git - m_librarian.git/commitdiff
Tests(tox): Stop collecting coverage
authorOleg Broytman <phd@phdru.name>
Mon, 30 Aug 2021 06:28:24 +0000 (09:28 +0300)
committerOleg Broytman <phd@phdru.name>
Mon, 30 Aug 2021 06:28:24 +0000 (09:28 +0300)
devscripts/requirements/requirements_tests.txt
tox.ini

index 973ffbaca0ae703070c4568c68c0ab24b50e9f0d..935cc0875c25ddc8c5b2804e762063cbdb8ed6da 100644 (file)
@@ -2,5 +2,4 @@
 
 pytest < 5.0; python_version == '2.7' or python_version == '3.4'
 pytest; python_version >= '3.5'
-pytest-cov
 ppu
diff --git a/tox.ini b/tox.ini
index 14f1c19779a2bf09395d45ef0c5f048ef0ea588f..3440b2110989c1394060a73e81d71ca4ff6f225e 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -28,14 +28,14 @@ platform = linux|darwin
 commands =
     {[testenv]commands}
     -rm.py -f /tmp/test.sqdb
-    {envpython} -m pytest --cov=m_librarian -D sqlite:///tmp/test.sqdb
+    {envpython} -m pytest -D sqlite:///tmp/test.sqdb
 
 [testenv:{py27,py34,py35,py36,py37,py38,py39}-sqlite-w32]
 platform = win32
 commands =
     {[testenv]commands}
     -rm.py -f {env:TEMP}/test.sqdb
-    pytest --cov=m_librarian -D sqlite:/{env:TEMP}/test.sqdb?debug=1
+    pytest -D sqlite:/{env:TEMP}/test.sqdb?debug=1
     rm.py -f {env:TEMP}/test.sqdb
 
 # flake8