From: Oleg Broytman Date: Mon, 19 Sep 2022 17:56:16 +0000 (+0300) Subject: Chore: Remove overlooked coverage leftovers X-Git-Url: https://git.phdru.name/ppu.git/?a=commitdiff_plain;h=f5c369ce3643819a57f78a31941af34d5095edf1;hp=f21252c924ea71af5f52cda8d819e229403301b1;p=ppu.git Chore: Remove overlooked coverage leftovers --- diff --git a/.gitignore b/.gitignore index 8f9e62a..89f7a51 100644 --- a/.gitignore +++ b/.gitignore @@ -5,7 +5,6 @@ /build/ /data/ /dist/ -/htmlcov/ /.coverage /MANIFEST *.py[co] diff --git a/devscripts/requirements/requirements_tests.txt b/devscripts/requirements/requirements_tests.txt index c3ea6a1..68c6b86 100644 --- a/devscripts/requirements/requirements_tests.txt +++ b/devscripts/requirements/requirements_tests.txt @@ -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