Skip to content

Commit 8eb3c78

Browse files
set worker count to auto
1 parent e07e6d4 commit 8eb3c78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ def test():
3434

3535
def test_verbose():
3636
subprocess.run(
37-
["python", "-m", "pytest", "-n", "6", "-vv", "-s", "--log-level=CRITICAL"], check=True
37+
["python", "-m", "pytest", "-n", "auto", "-vv", "-s", "--log-level=CRITICAL"], check=True
3838
)
3939

4040

0 commit comments

Comments
 (0)