python3Packages: remove left-over "--numprocesses"

Those are provided by pytest-xdist's setup hook automatically anyway.
This commit is contained in:
Wolfgang Walther
2024-11-12 21:09:43 +01:00
parent 5eeb03141c
commit cfd186f097
3 changed files with 0 additions and 9 deletions
-5
View File
@@ -65,11 +65,6 @@ python3.pkgs.buildPythonApplication rec {
"conan"
];
pytestFlagsArray = [
"-n"
"$NIX_BUILD_CORES"
];
disabledTests = [
# Tests require network access
"TestFTP"
-2
View File
@@ -39,8 +39,6 @@ python3.pkgs.buildPythonApplication rec {
];
pytestFlagsArray = [
"-n"
"$NIX_BUILD_CORES"
# Run the same tests as upstream does in the first round
"tests/core/"
"tests/test_exploit_scenarios.py"
@@ -148,8 +148,6 @@ buildPythonPackage rec {
pytestFlagsArray = [
"-v"
"-n"
"$NIX_BUILD_CORES"
# Follow upstream with settings
"-m 'not serial'"
"--hypothesis-profile ci"