python3Packages.schema-salad: disable failing test

This commit is contained in:
Fabian Affolter 2022-04-19 09:42:02 +02:00
parent 9e6887b3e5
commit c0cc9045e2

View file

@ -16,11 +16,11 @@ buildPythonPackage rec {
version = "8.2.20220204150214"; version = "8.2.20220204150214";
format = "setuptools"; format = "setuptools";
disabled = pythonOlder "3.6"; disabled = pythonOlder "3.7";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "sha256-PlPb/nE3eWueUTWSDpa7JxPe2ee+KFna5VTR3IsClwQ="; hash = "sha256-PlPb/nE3eWueUTWSDpa7JxPe2ee+KFna5VTR3IsClwQ=";
}; };
propagatedBuildInputs = [ propagatedBuildInputs = [
@ -37,9 +37,11 @@ buildPythonPackage rec {
]; ];
disabledTests = [ disabledTests = [
# setup for these tests requires network access # Setup for these tests requires network access
"test_secondaryFiles" "test_secondaryFiles"
"test_outputBinding" "test_outputBinding"
# Test requires network
"test_yaml_tab_error"
]; ];
pythonImportsCheck = [ pythonImportsCheck = [