python3Packages.jaraco-net: fix test on darwin
This commit is contained in:
parent
2dee1073d9
commit
73c9413daf
@ -26,6 +26,7 @@
|
||||
, importlib-resources
|
||||
, pyparsing
|
||||
, requests-mock
|
||||
, nettools
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
@ -78,6 +79,8 @@ buildPythonPackage rec {
|
||||
importlib-resources
|
||||
pyparsing
|
||||
requests-mock
|
||||
] ++ lib.optionals stdenv.isDarwin [
|
||||
nettools
|
||||
];
|
||||
|
||||
disabledTestPaths = [
|
||||
|
Loading…
Reference in New Issue
Block a user