shuttle: disable buggy test on darwin
This commit is contained in:
parent
f161fe06b8
commit
ca1921eb5b
@ -29,6 +29,10 @@ python3Packages.buildPythonApplication rec {
|
||||
# uses Python 3, so it should be fine.
|
||||
doCheck = true;
|
||||
|
||||
checkPhase = ''
|
||||
py.test -k "${stdenv.lib.optionalString stdenv.isDarwin "not test_parse_subnetport_ip6"}"
|
||||
'';
|
||||
|
||||
postInstall = let
|
||||
mapPath = f: x: stdenv.lib.concatStringsSep ":" (map f x);
|
||||
in ''
|
||||
|
Loading…
Reference in New Issue
Block a user