From 828b8c993a2685f5cf04765fd7ea82453934377d Mon Sep 17 00:00:00 2001 From: Pablo Date: Wed, 20 Nov 2024 23:34:50 -0500 Subject: [PATCH] remove parallel test running --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 7228169d..6c0bf7fc 100644 --- a/tox.ini +++ b/tox.ini @@ -12,7 +12,7 @@ passenv = TEST_API_SECRET TEST_FUTURES_API_KEY TEST_FUTURES_API_SECRET -commands = pytest -n 2 --dist=loadfile -v tests/ --doctest-modules --cov binance --cov-report term-missing --reruns 3 --reruns-delay 1 +commands = pytest -n 1 -v tests/ --doctest-modules --cov binance --cov-report term-missing --reruns 3 --reruns-delay 1 [pep8] ignore = E501