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 13ff168 commit 41046caCopy full SHA for 41046ca
.github/workflows/main.yml
@@ -27,5 +27,5 @@ jobs:
27
pip install tox
28
- name: Test
29
run: |
30
- tox -e ${{ matrix.tox_env }}
+ tox -e ${{ matrix.tox_env }} -- pytest -svv -k test_fastapi
31
0 commit comments