diff --git a/tox.ini b/tox.ini index 056ab2823ad..c9d38fcded9 100644 --- a/tox.ini +++ b/tox.ini @@ -307,9 +307,11 @@ changedir = {toxinidir}/tests/scenariosv2 setenv = commands = # l2 test with a k8s high cluster - just delete-high start-high deploy-high && pytest -s --disable-warnings l2_test.py + bash -c "just delete-high start-high deploy-high && \ + pytest -s --disable-warnings l2_test.py" # l0 test with a k8s high and low cluster - just reset-high && just delete-low start-low deploy-low && pytest -s --disable-warnings l0_test.py + bash -c "just reset-high && just delete-low start-low deploy-low && \ + pytest -s --disable-warnings l0_test.py" [testenv:syft.test.notebook] description = Syft Notebook Tests