Skip to content

Commit

Permalink
remove parallel test running
Browse files Browse the repository at this point in the history
  • Loading branch information
pcriadoperez committed Nov 21, 2024
1 parent 8effed7 commit 828b8c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 828b8c9

Please sign in to comment.