Skip to content

Commit 9bcd9f0

Browse files
committed
chore: new pytest version
1 parent 99bc3b3 commit 9bcd9f0

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/main.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,11 @@ jobs:
2929
pip install black
3030
black . --check
3131
if: matrix.python-version == '3.12'
32+
- run: |
33+
pip install pytest
34+
HTTPBIN=httpbin.bemisc.com pytest
3235
- run: HTTPBIN=httpbin.bemisc.com python setup.py test
36+
if: matrix.python-version != '3.12' && matrix.python-version != 'latest'
3337
build-pypy:
3438
name: Build PyPy
3539
timeout-minutes: 10
@@ -46,4 +50,8 @@ jobs:
4650
pip install black
4751
black . --check
4852
if: matrix.python-version == '3.12'
53+
- run: |
54+
pip install pytest
55+
HTTPBIN=httpbin.bemisc.com pytest
4956
- run: HTTPBIN=httpbin.bemisc.com pypy setup.py test
57+
if: matrix.python-version != '3.12' && matrix.python-version != 'latest'

0 commit comments

Comments
 (0)