Skip to content

Commit

Permalink
python-keyring: disable tests on darwin
Browse files Browse the repository at this point in the history
(cherry picked from commit f0956b7)
  • Loading branch information
LnL7 committed Sep 12, 2017
1 parent 947f295 commit b16c736
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkgs/development/python-modules/secretstorage/default.nix
Expand Up @@ -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 ];
};
}
2 changes: 2 additions & 0 deletions pkgs/top-level/python-packages.nix
Expand Up @@ -11175,6 +11175,8 @@ in {
buildInputs = with self;
[ fs gdata python_keyczar mock pyasn1 pycrypto pytest_28 six setuptools_scm pytestrunner ];

doCheck = !stdenv.isDarwin;

checkPhase = ''
py.test $out
'';
Expand Down

0 comments on commit b16c736

Please sign in to comment.