pyproject: remove pytest-cov

closes #2491
This commit is contained in:
Willi Ballenthin
2025-01-29 09:35:06 +00:00
committed by Willi Ballenthin
parent 712e35c6f7
commit 618a5fa2e5
2 changed files with 3 additions and 4 deletions

View File

@@ -21,12 +21,13 @@
### Bug Fixes
- vmray: load more analysis archives @mr-tz
- dynamic: only check file limitations for static file formats @mr-tz
- vmray: load more analysis archives @mr-tz
- vmray: skip non-printable strings @mike-hunhoff
- vmray: loosen file checks to enable processing more file types @mike-hunhoff #2571
- strings: add type hints and fix uncovered bugs @williballenthin #2555
- elffile: handle symbols without a name @williballenthin #2553
- vmray: loosen file checks to enable processing more file types @mike-hunhoff #2571
- project: remove pytest-cov that wasn't used @williballenthin @2491
### capa Explorer Web

View File

@@ -125,7 +125,6 @@ dev = [
"pytest==8.0.0",
"pytest-sugar==1.0.0",
"pytest-instafail==0.5.0",
"pytest-cov==6.0.0",
"flake8==7.1.1",
"flake8-bugbear==24.12.12",
"flake8-encodings==0.5.1",
@@ -225,7 +224,6 @@ DEP002 = [
"PyGithub",
"pyinstaller",
"pytest",
"pytest-cov",
"pytest-instafail",
"pytest-sugar",
"ruff",