Skip to content

Commit

Permalink
Remove unused codecov dependency (#1688)
Browse files Browse the repository at this point in the history
  • Loading branch information
rly authored Apr 12, 2023
1 parent 1d1d142 commit dd23d23
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@
### Enhancements and minor changes
- Add testing support for Python 3.11. @rly [#1687](https://github.com/NeurodataWithoutBorders/pynwb/pull/1687)

### Bug fixes
- Remove unused, deprecated `codecov` package from dev installation requirements. @rly
[#1688](https://github.com/NeurodataWithoutBorders/pynwb/pull/1688)

## PyNWB 2.3.2 (April 10, 2023)

### Enhancements and minor changes
Expand Down
1 change: 0 additions & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
# versions of requirements may be installed due to package incompatibilities.
#
black==23.3.0
codecov==2.1.12
codespell==2.2.4
coverage==7.2.2
flake8==6.0.0; python_version >= "3.8"
Expand Down

0 comments on commit dd23d23

Please sign in to comment.