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 af639f6 commit aeba903Copy full SHA for aeba903
.github/workflows/ci.yml
@@ -41,7 +41,7 @@ jobs:
41
42
- name: Run tests
43
run: |
44
- pytest -q
+ python -m pytest tests/ -v
45
env:
46
# reduce noisy deprecation warnings in CI logs
47
PYTHONWARNINGS: ignore::DeprecationWarning
0 commit comments