]> git.phdru.name Git - ppu.git/commitdiff
Chore: Remove overlooked coverage leftovers
authorOleg Broytman <phd@phdru.name>
Mon, 19 Sep 2022 17:56:16 +0000 (20:56 +0300)
committerOleg Broytman <phd@phdru.name>
Mon, 19 Sep 2022 17:56:16 +0000 (20:56 +0300)
.gitignore
devscripts/requirements/requirements_tests.txt

index 8f9e62aabbd35f18ecd05478bb01f9a2218a6b3a..89f7a51f261e6420a721184d646bdcf9830d3e76 100644 (file)
@@ -5,7 +5,6 @@
 /build/
 /data/
 /dist/
-/htmlcov/
 /.coverage
 /MANIFEST
 *.py[co]
index c3ea6a13b2edafd295c4693c41ee2a585349ad5a..68c6b861cd2e25b28368f6aa016414c31b95a77a 100644 (file)
@@ -2,4 +2,3 @@
 
 pytest < 5.0; python_version == '2.7' or python_version == '3.4'
 pytest < 7.0; python_version >= '3.5'
-pytest-cov