From 5f275e7e82a264984a4ca3f3b62c867b88676a06 Mon Sep 17 00:00:00 2001 From: Lars Holmberg Date: Sun, 19 Nov 2023 09:03:10 +0100 Subject: [PATCH] fix typo in tox --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 9098a48794..dac6fe36df 100644 --- a/tox.ini +++ b/tox.ini @@ -38,7 +38,7 @@ commands = [testenv:fail_fast_test_main] commands = python3 -m pip install . - python3 -m unittest -ff locust.test.test_main + python3 -m unittest -f locust.test.test_main [testenv:black] deps = black==23.10.1