From 177f8a8a0cd2409716486adb62608805007100c6 Mon Sep 17 00:00:00 2001 From: Justin Mayer Date: Sun, 16 Aug 2020 07:23:13 +0200 Subject: [PATCH] Auto-detect physical CPU cores via pytest-xdist --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 18b0e7a4..69281e30 100644 --- a/tox.ini +++ b/tox.ini @@ -28,7 +28,7 @@ commands = filterwarnings = default::DeprecationWarning error:.*:Warning:pelican -addopts = -n 2 -r a +addopts = -n auto -r a [flake8] application-import-names = pelican