Merge pull request #145114 from veprbl/pr/rdflib_darwin_fix

python3Packages.rdflib: fix for darwin
This commit is contained in:
Robert Scott
2021-11-09 20:20:32 +00:00
committed by GitHub
@@ -1,4 +1,5 @@
{ lib
, stdenv
, buildPythonPackage
, fetchPypi
, html5lib
@@ -47,6 +48,11 @@ buildPythonPackage rec {
"test_bad_password"
"test_service"
"testGuessFormatForParse"
] ++ lib.optional stdenv.isDarwin [
# Require loopback network access
"test_sparqlstore"
"test_sparqlupdatestore_mock"
"TestGraphHTTP"
];
pythonImportsCheck = [