Skip to content

Commit

Permalink
Merge pull request numpy#24163 from ngoldbaum/update-test-deps
Browse files Browse the repository at this point in the history
MAINT: update pytest, hypothesis, pytest-cov, and pytz in test_requirements.txt
  • Loading branch information
rgommers authored Jul 13, 2023
2 parents 6411255 + 5957c80 commit 9d8d46a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions doc_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@ breathe>4.33.0

# needed to build release notes
towncrier
toml
8 changes: 4 additions & 4 deletions test_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ cython>=0.29.34,<3.0
wheel==0.38.1
setuptools==59.2.0 ; python_version < '3.12'
setuptools ; python_version >= '3.12'
hypothesis==6.24.1
pytest==6.2.5
pytz==2021.3
pytest-cov==3.0.0
hypothesis==6.81.1
pytest==7.4.0
pytz==2023.3
pytest-cov==4.1.0
pytest-xdist
# for numpy.random.test.test_extending
cffi; python_version < '3.10'
Expand Down

0 comments on commit 9d8d46a

Please sign in to comment.