Unverified Commit 4dae540d authored by Martin Weinelt's avatar Martin Weinelt Committed by GitHub
Browse files

Merge pull request #319351 from wolfgangwalther/pytest-regressions-left-over

python12Packages.pytest-regressions: remove unused disabledTestPathss
parents f81af220 f6aa38f8
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"