mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 16:33:15 +00:00
python3Packages: remove left-over "--numprocesses"
Those are provided by pytest-xdist's setup hook automatically anyway.
This commit is contained in:
parent
5eeb03141c
commit
cfd186f097
@ -65,11 +65,6 @@ python3.pkgs.buildPythonApplication rec {
|
||||
"conan"
|
||||
];
|
||||
|
||||
pytestFlagsArray = [
|
||||
"-n"
|
||||
"$NIX_BUILD_CORES"
|
||||
];
|
||||
|
||||
disabledTests = [
|
||||
# Tests require network access
|
||||
"TestFTP"
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user