Skip to content

Commit 9d8d46a

Browse files
authored
Merge pull request numpy#24163 from ngoldbaum/update-test-deps
MAINT: update pytest, hypothesis, pytest-cov, and pytz in test_requirements.txt
2 parents 6411255 + 5957c80 commit 9d8d46a

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

doc_requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,4 @@ breathe>4.33.0
1111

1212
# needed to build release notes
1313
towncrier
14+
toml

test_requirements.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ cython>=0.29.34,<3.0
22
wheel==0.38.1
33
setuptools==59.2.0 ; python_version < '3.12'
44
setuptools ; python_version >= '3.12'
5-
hypothesis==6.24.1
6-
pytest==6.2.5
7-
pytz==2021.3
8-
pytest-cov==3.0.0
5+
hypothesis==6.81.1
6+
pytest==7.4.0
7+
pytz==2023.3
8+
pytest-cov==4.1.0
99
pytest-xdist
1010
# for numpy.random.test.test_extending
1111
cffi; python_version < '3.10'

0 commit comments

Comments
 (0)