Skip to content

Commit 56e3763

Browse files
committed
Fix wrong marker for unittest2 in dev requirements
1 parent 8f5e2eb commit 56e3763

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ since version 1.3.0.
1010
### Fixed
1111
- Enforce dependency `numpy >= 1.21` for Python >= 3.7 due to `numpy`
1212
vulnerability CVE-2021-33430.
13+
- Fix wrong marker for `unittest2` in development requirements.
1314

1415
## [1.3.1] - 2022-01-22
1516

packages/basemap/requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ astroid >= 2.4, < 3.0; python_version >= "3.5"
1010
pylint >= 1.9, < 2.0; python_version == "2.7"
1111
pylint >= 2.6, < 3.0; python_version >= "3.5"
1212

13-
unittest2; python_version >= "3.10"
13+
unittest2; python_version < "3.10"
1414

1515
pytest >= 3.2, < 3.3; python_version == "2.6"
1616
pytest >= 3.2, < 5.0; python_version == "2.7"

0 commit comments

Comments
 (0)