mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Auto-detect physical CPU cores via pytest-xdist
This commit is contained in:
parent
adbefe8363
commit
64bb392fef
1 changed files with 1 additions and 1 deletions
2
tox.ini
2
tox.ini
|
|
@ -28,7 +28,7 @@ commands =
|
||||||
filterwarnings =
|
filterwarnings =
|
||||||
default::DeprecationWarning
|
default::DeprecationWarning
|
||||||
error:.*:Warning:pelican
|
error:.*:Warning:pelican
|
||||||
addopts = -n 2 -r a
|
addopts = -n auto -r a
|
||||||
|
|
||||||
[flake8]
|
[flake8]
|
||||||
application-import-names = pelican
|
application-import-names = pelican
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue