Unverified Commit 9cc2ffc8 authored by Robert Scott's avatar Robert Scott Committed by GitHub
Browse files

Merge pull request #183948 from onny/statemake

python310Packages.statmake: Enable more tests
parents 0502d946 e6550076
Loading
Loading
Loading
Loading
+0 −7
Original line number Diff line number Diff line
@@ -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"
  ];