From 36b7afdf9b955b5e57e35dcdd623eddc6870d349 Mon Sep 17 00:00:00 2001 From: Daniel Levi-Minzi <51272568+dleviminzi@users.noreply.github.com> Date: Mon, 26 Aug 2024 13:14:36 -0400 Subject: [PATCH] only use one worker (#33) --- pytest.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pytest.ini b/pytest.ini index 1d8add3..012f493 100644 --- a/pytest.ini +++ b/pytest.ini @@ -1,5 +1,5 @@ [pytest] -addopts = -v -s --tb=auto -n auto +addopts = -v -s --tb=auto -n 1 console_output_style = classic log_cli = True log_cli_level = INFO