From dd23d2393005f5a12cede92c9878542c61b9f431 Mon Sep 17 00:00:00 2001 From: Ryan Ly Date: Wed, 12 Apr 2023 16:56:49 -0700 Subject: [PATCH] Remove unused codecov dependency (#1688) --- CHANGELOG.md | 4 ++++ requirements-dev.txt | 1 - 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ecef6df0b..898a43323 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/requirements-dev.txt b/requirements-dev.txt index 93968f3f9..4bc50e943 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -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"