Merge pull request #183948 from onny/statemake

python310Packages.statmake: Enable more tests
This commit is contained in:
Robert Scott
2022-07-30 14:37:29 +01:00
committed by GitHub
@@ -58,13 +58,6 @@ buildPythonPackage rec {
--replace 'cattrs = "^1.1"' 'cattrs = ">= 1.1"'
'';
disabledTests = [
# cattrs.errors.IterableValidationError: While structuring typing.List[statmake.classes.Axis]
# https://github.com/daltonmaag/statmake/issues/42
"test_load_stylespace_broken_range"
"test_load_stylespace_broken_multilingual_no_en"
];
pythonImportsCheck = [
"statmake"
];