treewide: remove redundant numprocesses pytest-xdist parameter

Including the pytest-xdist package automatically configures numprocesses
to $NIX_BUILD_CORES, so specifying these on a package level has become
redundant.
This commit is contained in:
Martin Weinelt
2022-04-15 01:39:54 +02:00
parent 836e3af544
commit 9f340b5bf1
20 changed files with 0 additions and 42 deletions
@@ -67,8 +67,6 @@ buildPythonPackage rec {
'';
pytestFlagsArray = [
# parallelize
"--numprocesses $NIX_BUILD_CORES"
# rerun failed tests up to three times
"--reruns 3"
# don't run tests that require network access