Loading pkgs/development/python-modules/pytest-regressions/default.nix +5 −0 Original line number Diff line number Diff line Loading @@ -47,6 +47,11 @@ 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" Loading Loading
pkgs/development/python-modules/pytest-regressions/default.nix +5 −0 Original line number Diff line number Diff line Loading @@ -47,6 +47,11 @@ 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" Loading