Merge pull request #169288 from fabaff/schema-salad-fix

python3Packages.schema-salad: disable failing test
This commit is contained in:
Fabian Affolter 2022-04-19 12:05:09 +02:00 committed by GitHub
commit d4af0b1223
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 = [