Skip to content

Commit

Permalink
Try urllib3<2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tw4l committed May 24, 2024
1 parent 1940fcc commit 46f6848
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install urllib3==1.26.18 wheel brotlipy coverage codecov
pip install urllib3<2.0 wheel brotlipy coverage codecov
- name: Install warcio
run: python setup.py install
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ def run_tests(self):
cmdclass={'test': PyTest},
test_suite='',
tests_require=[
'urllib3==1.26.18',
'urllib3<2.0',
'pytest',
'pytest-cov',
'urllib3==',
Expand Down

0 comments on commit 46f6848

Please sign in to comment.