python-keyring: disable tests on darwin
This commit is contained in:
parent
cd286d4d28
commit
f0956b7baf
@ -21,6 +21,8 @@ buildPythonPackage rec {
|
||||
|
||||
propagatedBuildInputs = [ secretstorage ];
|
||||
|
||||
doCheck = !stdenv.isDarwin;
|
||||
|
||||
checkPhase = ''
|
||||
py.test $out
|
||||
'';
|
||||
|
@ -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 ];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user