python3Packages.jaraco-net: fix test on darwin

This commit is contained in:
natsukium 2023-05-21 16:21:57 +09:00
parent 2dee1073d9
commit 73c9413daf
No known key found for this signature in database
GPG key ID: 9EA45A31DB994C53

View file

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