We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99bc3b3 commit 9bcd9f0Copy full SHA for 9bcd9f0
.github/workflows/main.yml
@@ -29,7 +29,11 @@ jobs:
29
pip install black
30
black . --check
31
if: matrix.python-version == '3.12'
32
+ - run: |
33
+ pip install pytest
34
+ HTTPBIN=httpbin.bemisc.com pytest
35
- run: HTTPBIN=httpbin.bemisc.com python setup.py test
36
+ if: matrix.python-version != '3.12' && matrix.python-version != 'latest'
37
build-pypy:
38
name: Build PyPy
39
timeout-minutes: 10
@@ -46,4 +50,8 @@ jobs:
46
50
47
51
48
52
53
54
55
49
56
- run: HTTPBIN=httpbin.bemisc.com pypy setup.py test
57
0 commit comments