We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 668ef29 + 645a2e4 commit 5ff7246Copy full SHA for 5ff7246
.github/workflows/test.yml
@@ -52,7 +52,7 @@ jobs:
52
- name: Test without optional dependencies
53
run: |
54
pip uninstall -y paramiko
55
- pytest -vs --cov=adi --scan-verbose --emu --junitxml="results.xml" -k 'not prod'
+ pytest -vs --cov=adi --emu --junitxml="results.xml" -k 'not prod' --skip-scan
56
57
- name: Report coverage
58
if: (github.event_name != 'pull_request') && (matrix.python-version == 3.8)
0 commit comments