Skip to content

Commit 0c9a293

Browse files
committed
Always run pytest tests in parallel (ref. #1673)
1 parent 2d3dc1e commit 0c9a293

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pytest.ini

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,6 @@ python_files = test*.py
99
# empty patterns for default python collector, to stick to our plugin's collector
1010
python_classes =
1111
python_functions =
12+
13+
# always run in parallel
14+
addopts = -nauto

0 commit comments

Comments
 (0)