File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -33,9 +33,9 @@ python -m pytest -n auto --disable-warnings --show-capture=no --code-highlight=y
3333echo " \nTesting wdoc (basic)"
3434python -m pytest -n auto --disable-warnings --show-capture=no --code-highlight=yes --tb=short -m basic ../test_wdoc.py
3535echo " \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
3737echo " \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
3939echo " \nDone with first round of pytest!"
4040
4141cd ..
You can’t perform that action at this time.
0 commit comments