mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-03 12:23:02 +00:00
python311Packages.gssapi: disable tests on darwin
(cherry picked from commit 09c7cd1ba6
)
This commit is contained in:
parent
ba63d83380
commit
c75d10d93d
@ -55,6 +55,9 @@ buildPythonPackage rec {
|
||||
|
||||
buildInputs = lib.optionals stdenv.isDarwin [ GSS ];
|
||||
|
||||
# k5test is marked as broken on darwin
|
||||
doCheck = !stdenv.isDarwin;
|
||||
|
||||
nativeCheckInputs = [
|
||||
k5test
|
||||
parameterized
|
||||
|
Loading…
Reference in New Issue
Block a user