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 69a39b9 commit 4fc33b5Copy full SHA for 4fc33b5
.circleci/config.yml
@@ -74,7 +74,7 @@ commands:
74
name: Test io
75
command: |
76
source .venv/bin/activate
77
- pytest tests/test_io
+ python -m pytest tests/test_io
78
no_output_timeout: 20m
79
- run:
80
name: Test dependencies not imported
0 commit comments