mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 15:27:20 +03:00
Merge pull request #145114 from veprbl/pr/rdflib_darwin_fix
python3Packages.rdflib: fix for darwin
This commit is contained in:
commit
863edfb7df
@ -1,4 +1,5 @@
|
|||||||
{ lib
|
{ lib
|
||||||
|
, stdenv
|
||||||
, buildPythonPackage
|
, buildPythonPackage
|
||||||
, fetchPypi
|
, fetchPypi
|
||||||
, html5lib
|
, html5lib
|
||||||
@ -47,6 +48,11 @@ buildPythonPackage rec {
|
|||||||
"test_bad_password"
|
"test_bad_password"
|
||||||
"test_service"
|
"test_service"
|
||||||
"testGuessFormatForParse"
|
"testGuessFormatForParse"
|
||||||
|
] ++ lib.optional stdenv.isDarwin [
|
||||||
|
# Require loopback network access
|
||||||
|
"test_sparqlstore"
|
||||||
|
"test_sparqlupdatestore_mock"
|
||||||
|
"TestGraphHTTP"
|
||||||
];
|
];
|
||||||
|
|
||||||
pythonImportsCheck = [
|
pythonImportsCheck = [
|
||||||
|
Loading…
Reference in New Issue
Block a user