Skip to content

Commit

Permalink
CI: Bump to vcrpy 7.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dopplershift committed Jan 2, 2025
1 parent e52265a commit 681e068
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/tests-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,6 @@ jobs:
dep = dep.split(';')[0]
if 'siphon' not in dep:
out.write(dep.replace('>=', '==') + '\n')
# Needed until vcrpy >=6.0.2 comes out with support for urllib3>=2.3
if fname == 'requirements.txt':
out.write('urllib3==2.2.3\n')
EOF
- name: Install from PyPI
Expand Down
2 changes: 1 addition & 1 deletion ci/test_requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
pytest==8.3.4
netCDF4==1.7.2
coverage==7.6.10
vcrpy==6.0.2
vcrpy==7.0.0

0 comments on commit 681e068

Please sign in to comment.