Unverified Commit cfd186f0 authored by Wolfgang Walther's avatar Wolfgang Walther
Browse files

python3Packages: remove left-over "--numprocesses"

Those are provided by pytest-xdist's setup hook automatically anyway.
parent 5eeb0314
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -65,11 +65,6 @@ python3.pkgs.buildPythonApplication rec {
    "conan"
  ];

  pytestFlagsArray = [
    "-n"
    "$NIX_BUILD_CORES"
  ];

  disabledTests = [
    # Tests require network access
    "TestFTP"
+0 −2
Original line number Diff line number Diff line
@@ -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"
+0 −2
Original line number Diff line number Diff line
@@ -148,8 +148,6 @@ buildPythonPackage rec {

  pytestFlagsArray = [
    "-v"
    "-n"
    "$NIX_BUILD_CORES"
    # Follow upstream with settings
    "-m 'not serial'"
    "--hypothesis-profile ci"