From 4328fad5a363cd38b26e6259384cdc50548115ae Mon Sep 17 00:00:00 2001 From: Kitaiti Makoto Date: Wed, 18 May 2022 02:15:15 +0900 Subject: [PATCH] Don't load venv --- script/run_browser_test.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/script/run_browser_test.sh b/script/run_browser_test.sh index 60dfb6ab..96294500 100755 --- a/script/run_browser_test.sh +++ b/script/run_browser_test.sh @@ -14,7 +14,6 @@ caddy run -config /Caddyfile & until curl http://localhost:7878/test/health -f; do sleep 1; done 2>/dev/null >/dev/null -source ../.venv/bin/activate cd $(dirname $0)/browser_test/ python3 -m unittest *.py