python3Packages.rdflib: fix for darwin

This commit is contained in:
Dmitry Kalinkin 2021-11-08 16:12:32 -05:00
parent 3119a60230
commit b1ac0191bd
No known key found for this signature in database
GPG Key ID: 5157B3EC8B2CA333

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