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
commit 863edfb7df
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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