Skip to content

Commit 6e12e5c

Browse files
test: remove one -n auto arg
Signed-off-by: thiswillbeyourgithub <[email protected]>
1 parent d3de58e commit 6e12e5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/run_all_tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ python -m pytest -n auto --disable-warnings --show-capture=no --code-highlight=y
3131
echo "Done with CLI (basic)"
3232

3333
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
34+
python -m pytest --disable-warnings --show-capture=no --code-highlight=yes --tb=short -m api ../test_cli.py
3535
echo "Done with CLI (api)"
3636

3737
echo "\nTesting parsing (basic)"

0 commit comments

Comments
 (0)