Skip to content

Commit

Permalink
fix fast_integration_test run
Browse files Browse the repository at this point in the history
  • Loading branch information
cyberw committed Nov 18, 2023
1 parent ecd2a1d commit 783320c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,9 @@ commands =
bash -ec 'PYTHONUNBUFFERED=1 python3 examples/debugging_advanced.py | grep done'

[testenv:fast_integration_test]
commands = python3 -m unittest locust/test/test_main.py DistributedIntegrationTests
commands =
python3 -m pip install .
python3 -m unittest locust/test/test_main.py DistributedIntegrationTests

[testenv:black]
deps = black==23.10.1
Expand Down

0 comments on commit 783320c

Please sign in to comment.