Skip to content

Commit

Permalink
chore: new pytest version
Browse files Browse the repository at this point in the history
  • Loading branch information
joamag committed Aug 5, 2024
1 parent 99bc3b3 commit 9bcd9f0
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,11 @@ jobs:
pip install black
black . --check
if: matrix.python-version == '3.12'
- run: |
pip install pytest
HTTPBIN=httpbin.bemisc.com pytest
- run: HTTPBIN=httpbin.bemisc.com python setup.py test
if: matrix.python-version != '3.12' && matrix.python-version != 'latest'
build-pypy:
name: Build PyPy
timeout-minutes: 10
Expand All @@ -46,4 +50,8 @@ jobs:
pip install black
black . --check
if: matrix.python-version == '3.12'
- run: |
pip install pytest
HTTPBIN=httpbin.bemisc.com pytest
- run: HTTPBIN=httpbin.bemisc.com pypy setup.py test
if: matrix.python-version != '3.12' && matrix.python-version != 'latest'

0 comments on commit 9bcd9f0

Please sign in to comment.