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
No known key found for this signature in database
GPG key ID: D02435D05B810C96
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
'';

View file

@ -21,7 +21,6 @@ buildPythonPackage rec {
homepage = "https://github.com/mitya57/secretstorage";
description = "Python bindings to FreeDesktop.org Secret Service API";
license = licenses.bsdOriginal;
platforms = platforms.linux;
maintainer = with maintainers; [ teto ];
};
}