Skip to content

Commit

Permalink
Use vcrpy-compatible version of urllib3 (<2) for testing (#157)
Browse files Browse the repository at this point in the history
See #156.
  • Loading branch information
randomir authored May 23, 2023
1 parent 4836261 commit cc2aed3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tests/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
coverage
codecov

# temporary fix for https://github.com/kevin1024/vcrpy/issues/688 is to
# avoid urllib 2.x
# NOTE: this should be a short-term fix, and the upper-bound removed as soon
# as the new version of vcrpy is released.
vcrpy
urllib3<2

0 comments on commit cc2aed3

Please sign in to comment.