Skip to content

Commit

Permalink
Add compatible release clauses to tests_require
Browse files Browse the repository at this point in the history
  • Loading branch information
ddelange committed Jul 24, 2024
1 parent 36a2105 commit 02f9157
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,10 @@ def read(fname):

all_deps = aws_deps + gcs_deps + azure_deps + http_deps + ssh_deps + zst_deps
tests_require = all_deps + [
'moto[server]',
'responses',
'boto3',
'pytest',
'pytest-rerunfailures',
'moto[server]~=5.0',
'responses~=0.25',
'pytest~=8.3',
'pytest-rerunfailures~=14.0',
'urllib3~=2.0',
]

Expand Down

0 comments on commit 02f9157

Please sign in to comment.