Merge pull request #319364 from NixOS/revert-319351-pytest-regressions-left-over
Revert "python12Packages.pytest-regressions: remove unused disabledTestPathss"
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user