Unverified Commit 94b421f6 authored by Vladimír Čunát's avatar Vladimír Čunát
Browse files

Merge #230170: python311Packages.pytest-benchmark: disable tests

...into staging-next
parents fd29280a 5f01ee56
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -12,6 +12,7 @@
, pytest
, pytestCheckHook
, pythonOlder
, isPy311
}:

buildPythonPackage rec {
@@ -68,6 +69,12 @@ buildPythonPackage rec {
    "test_compare_2"
    "test_regression_checks"
    "test_rendering"
  ]
  # tests are broken in 3.11
  # https://github.com/ionelmc/pytest-benchmark/issues/231
  ++ lib.optionals isPy311 [
    "test_abort_broken"
    "test_clonefunc"
  ];

  meta = with lib; {