We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a3b5f6 commit 21cb6e7Copy full SHA for 21cb6e7
.github/workflows/ci.yml
@@ -28,4 +28,4 @@ jobs:
28
pip install pytest
29
30
- name: Run tests
31
- run: python -m pytest tests/ -x -q
+ run: python -m pytest tests/ -x -q -m "not network"
0 commit comments