python-keyring: disable tests on darwin

This commit is contained in:
Daiderd Jordan
2017-09-12 20:54:48 +02:00
parent cd286d4d28
commit f0956b7baf
2 changed files with 2 additions and 1 deletions

View File

@@ -21,6 +21,8 @@ buildPythonPackage rec {
propagatedBuildInputs = [ secretstorage ];
doCheck = !stdenv.isDarwin;
checkPhase = ''
py.test $out
'';