python3Packages: remove left-over "--numprocesses"

Those are provided by pytest-xdist's setup hook automatically anyway.
This commit is contained in:
Wolfgang Walther 2024-10-31 17:05:07 +01:00
parent 5eeb03141c
commit cfd186f097
No known key found for this signature in database
GPG Key ID: B39893FA5F65CAE1
3 changed files with 0 additions and 9 deletions

View File

@ -65,11 +65,6 @@ python3.pkgs.buildPythonApplication rec {
"conan"
];
pytestFlagsArray = [
"-n"
"$NIX_BUILD_CORES"
];
disabledTests = [
# Tests require network access
"TestFTP"

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"

View File

@ -148,8 +148,6 @@ buildPythonPackage rec {
pytestFlagsArray = [
"-v"
"-n"
"$NIX_BUILD_CORES"
# Follow upstream with settings
"-m 'not serial'"
"--hypothesis-profile ci"