Skip to content

Commit

Permalink
upgrade to pytest-httpbin with 3.13 support
Browse files Browse the repository at this point in the history
  • Loading branch information
graingert committed Jul 30, 2024
1 parent 73352c2 commit 884bed4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
- name: Install project dependencies
run: |
pip install --upgrade pip setuptools
pip install codecov 'cffi>=1.17.0rc1' 'httpbin @ https://github.com/graingert/httpbin/archive/refs/heads/patch-1.zip' '.[tests]' '${{ matrix.urllib3-requirement }}'
pip install codecov 'cffi>=1.17.0rc1' 'pytest-httpbin @ https://github.com/kevin1024/pytest-httpbin/archive/refs/heads/test-on-3-13-and-pypy-3-10.zip' 'httpbin @ https://github.com/graingert/httpbin/archive/refs/heads/patch-1.zip' '.[tests]' '${{ matrix.urllib3-requirement }}'
pip check
- name: Run online tests
Expand Down

0 comments on commit 884bed4

Please sign in to comment.