python-keyring: disable tests on darwin
This commit is contained in:
parent
cd286d4d28
commit
f0956b7baf
@ -21,6 +21,8 @@ buildPythonPackage rec {
|
|||||||
|
|
||||||
propagatedBuildInputs = [ secretstorage ];
|
propagatedBuildInputs = [ secretstorage ];
|
||||||
|
|
||||||
|
doCheck = !stdenv.isDarwin;
|
||||||
|
|
||||||
checkPhase = ''
|
checkPhase = ''
|
||||||
py.test $out
|
py.test $out
|
||||||
'';
|
'';
|
||||||
|
@ -21,7 +21,6 @@ buildPythonPackage rec {
|
|||||||
homepage = "https://github.com/mitya57/secretstorage";
|
homepage = "https://github.com/mitya57/secretstorage";
|
||||||
description = "Python bindings to FreeDesktop.org Secret Service API";
|
description = "Python bindings to FreeDesktop.org Secret Service API";
|
||||||
license = licenses.bsdOriginal;
|
license = licenses.bsdOriginal;
|
||||||
platforms = platforms.linux;
|
|
||||||
maintainer = with maintainers; [ teto ];
|
maintainer = with maintainers; [ teto ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user