We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6ed50f commit 8c5fd96Copy full SHA for 8c5fd96
.github/workflows/test-fastmon-utils.yml
@@ -26,5 +26,5 @@ jobs:
26
env:
27
PYTEST_DISABLE_PLUGIN_AUTOLOAD: '1' # avoid loading external pytest plugins
28
run: |
29
- pytest -q src/swf_fastmon_agent/tests/test_fastmon_utils.py -p no:django
+ pytest -vs -q src/swf_fastmon_agent/tests/test_fastmon_utils.py
30
0 commit comments