From f5c369ce3643819a57f78a31941af34d5095edf1 Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Mon, 19 Sep 2022 20:56:16 +0300 Subject: [PATCH] Chore: Remove overlooked coverage leftovers --- .gitignore | 1 - devscripts/requirements/requirements_tests.txt | 1 - 2 files changed, 2 deletions(-) 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 -- 2.39.2