python3Packages.schema-salad: disable failing test

main
Fabian Affolter 2 years ago
parent 9e6887b3e5
commit c0cc9045e2
  1. 8
      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 = [

Loading…
Cancel
Save