Skip to content

Commit

Permalink
pyproject: remove pytest-cov
Browse files Browse the repository at this point in the history
closes #2491
  • Loading branch information
williballenthin committed Jan 29, 2025
1 parent 712e35c commit 618a5fa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 0 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -225,7 +224,6 @@ DEP002 = [
"PyGithub",
"pyinstaller",
"pytest",
"pytest-cov",
"pytest-instafail",
"pytest-sugar",
"ruff",
Expand Down

0 comments on commit 618a5fa

Please sign in to comment.