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 186889b commit a2ac92fCopy full SHA for a2ac92f
.github/workflows/pythonpackage.yml
@@ -23,4 +23,4 @@ jobs:
23
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
24
- name: Test with pytest
25
run: |
26
- pytest
+ pytest --ignore-glob=src/todo src/*.py
0 commit comments