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

python12Packages.pytest-regressions: remove unused disabledTestPathss

This was added in #271586, but never used due to the spelling mistake of
a double s.
parent d7cfd8c0
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -47,11 +47,6 @@ buildPythonPackage rec {
    "ignore::DeprecationWarning"
  ];

  disabledTestPathss = lib.optionals (pythonAtLeast "3.12") [
    # AttributeError: partially initialized module 'pandas' has no attribute '_pandas_datetime_CAPI' (most likely due to a circular import)
    "tests/test_num_regression.py"
  ];

  pythonImportsCheck = [
    "pytest_regressions"
    "pytest_regressions.plugin"