diff --git a/pkgs/development/python-modules/schema-salad/default.nix b/pkgs/development/python-modules/schema-salad/default.nix index f7be7f0107c..995c7e206fa 100644 --- a/pkgs/development/python-modules/schema-salad/default.nix +++ b/pkgs/development/python-modules/schema-salad/default.nix @@ -16,11 +16,11 @@ buildPythonPackage rec { version = "8.2.20220204150214"; format = "setuptools"; - disabled = pythonOlder "3.6"; + disabled = pythonOlder "3.7"; src = fetchPypi { inherit pname version; - sha256 = "sha256-PlPb/nE3eWueUTWSDpa7JxPe2ee+KFna5VTR3IsClwQ="; + hash = "sha256-PlPb/nE3eWueUTWSDpa7JxPe2ee+KFna5VTR3IsClwQ="; }; propagatedBuildInputs = [ @@ -37,9 +37,11 @@ buildPythonPackage rec { ]; disabledTests = [ - # setup for these tests requires network access + # Setup for these tests requires network access "test_secondaryFiles" "test_outputBinding" + # Test requires network + "test_yaml_tab_error" ]; pythonImportsCheck = [