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 d3de58e commit 6e12e5cCopy full SHA for 6e12e5c
tests/run_all_tests.sh
@@ -31,7 +31,7 @@ python -m pytest -n auto --disable-warnings --show-capture=no --code-highlight=y
31
echo "Done with CLI (basic)"
32
33
echo "\nTesting CLI (api)"
34
-python -m pytest -n auto --disable-warnings --show-capture=no --code-highlight=yes --tb=short -m api ../test_cli.py
+python -m pytest --disable-warnings --show-capture=no --code-highlight=yes --tb=short -m api ../test_cli.py
35
echo "Done with CLI (api)"
36
37
echo "\nTesting parsing (basic)"
0 commit comments