From 7f88ac4c2996d5b5c7ad58a4b2146bf3ccc42fa1 Mon Sep 17 00:00:00 2001 From: Noah Stapp Date: Tue, 25 Jun 2024 09:41:11 -0700 Subject: [PATCH] Run test/synchronous as part of tox test command --- tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tox.ini b/tox.ini index 3295f40142..2a312529a3 100644 --- a/tox.ini +++ b/tox.ini @@ -66,6 +66,7 @@ extras = test commands = pytest -v --durations=5 --maxfail=10 {posargs} + pytest -v --durations=5 --maxfail=10 test/synchronous {posargs} [testenv:test-async] description = run base set of async unit tests with no extra functionality