We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3230b2 commit 4f30278Copy full SHA for 4f30278
1 file changed
.github/workflows/python.yml
@@ -35,4 +35,4 @@ jobs:
35
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
36
- name: Test with pytest
37
run: |
38
- pytest --ignore-glob .*api.*py
+ pytest --ignore-glob=.*api.*py
0 commit comments