Skip to content

Commit 917ee51

Browse files
minor: test
Signed-off-by: thiswillbeyourgithub <[email protected]>
1 parent 04c3fdd commit 917ee51

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/run_all_tests.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@ python -m pytest -n auto --disable-warnings --show-capture=no --code-highlight=y
3333
echo "\nTesting wdoc (basic)"
3434
python -m pytest -n auto --disable-warnings --show-capture=no --code-highlight=yes --tb=short -m basic ../test_wdoc.py
3535
echo "\nTesting vectorstores (api)"
36-
python -m pytest -n auto --disable-warnings --show-capture=no --code-highlight=yes --tb=short -m api ../test_vectorstores.py
36+
python -m pytest --disable-warnings --show-capture=no --code-highlight=yes --tb=short -m api ../test_vectorstores.py
3737
echo "\nTesting wdoc (api)"
38-
python -m pytest -n auto --disable-warnings --show-capture=no --code-highlight=yes --tb=short -m api ../test_wdoc.py
38+
python -m pytest --disable-warnings --show-capture=no --code-highlight=yes --tb=short -m api ../test_wdoc.py
3939
echo "\nDone with first round of pytest!"
4040

4141
cd ..

0 commit comments

Comments
 (0)