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 0b0fa56 commit 78e65bfCopy full SHA for 78e65bf
1 file changed
.github/workflows/test.yaml
@@ -58,8 +58,8 @@ jobs:
58
- name: Install dependencies
59
run: |
60
python -m pip install --upgrade pip
61
- pip install tox
+ pip install attrs==24.2.0 iniconfig==2.0.0 packaging==24.1 pluggy==1.5.0 py==1.11.0 pyperf==2.4.1 pytest==7.1.2 PyYAML==6.0 sh==1.14.3 tomli==2.0.1
62
63
- name: Run tests
64
65
- tox -r -e python311
+ pytest test/ --junitxml=junit-python311.xml --maxfail=1 --verbose
0 commit comments