Loading pkgs/development/python-modules/pybids/default.nix +7 −2 Original line number Diff line number Diff line Loading @@ -46,8 +46,13 @@ buildPythonPackage rec { nativeCheckInputs = [ pytestCheckHook ]; pythonImportsCheck = [ "bids" ]; disabledTests = [ # looks for missing data: disabledTests = [ "test_config_filename" ]; "test_config_filename" # regression associated with formulaic >= 0.6.0 # (see https://github.com/bids-standard/pybids/issues/1000) "test_split" ]; meta = with lib; { description = "Python tools for querying and manipulating BIDS datasets"; Loading Loading
pkgs/development/python-modules/pybids/default.nix +7 −2 Original line number Diff line number Diff line Loading @@ -46,8 +46,13 @@ buildPythonPackage rec { nativeCheckInputs = [ pytestCheckHook ]; pythonImportsCheck = [ "bids" ]; disabledTests = [ # looks for missing data: disabledTests = [ "test_config_filename" ]; "test_config_filename" # regression associated with formulaic >= 0.6.0 # (see https://github.com/bids-standard/pybids/issues/1000) "test_split" ]; meta = with lib; { description = "Python tools for querying and manipulating BIDS datasets"; Loading