From 2f3795c23358f9b8518e4df67e121b0b4ea33cd5 Mon Sep 17 00:00:00 2001 From: Lars Holmberg Date: Fri, 4 Aug 2023 11:46:27 +0200 Subject: [PATCH] dont run timescale tests until timescale has been set up --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 94659a7..994a909 100644 --- a/tox.ini +++ b/tox.ini @@ -19,7 +19,7 @@ allowlist_externals = sleep curl commands = - pytest + pytest --ignore=test/test_timescale.py # ensure final samples from worker get sent to master when using iteration limit bash -ec "export LOCUST_LOCUSTFILE=examples/reschedule_on_fail_ex.py && (locust --master --headless -i 8 --expect-workers 2 -u 4 2> output.txt & locust --worker & locust --worker & wait && grep '16(100.00%)' output.txt)" python3 -m playwright install