mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-20 11:53:51 +00:00
pythonPackages.gssapi: disable tests on darwin
This commit is contained in:
parent
8095440806
commit
518d09cac0
@ -55,6 +55,8 @@ buildPythonPackage rec {
|
||||
six
|
||||
];
|
||||
|
||||
doCheck = !stdenv.isDarwin; # many failures on darwin
|
||||
|
||||
checkPhase = ''
|
||||
export PYTHONPATH="$out/${python.sitePackages}:$PYTHONPATH"
|
||||
${python.interpreter} setup.py nosetests
|
||||
|
Loading…
Reference in New Issue
Block a user