Skip to content

Commit

Permalink
python-keyring: disable tests on darwin
Browse files Browse the repository at this point in the history
  • Loading branch information
LnL7 committed Sep 12, 2017
1 parent cd286d4 commit f0956b7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions pkgs/development/python-modules/keyring/default.nix
Expand Up @@ -21,6 +21,8 @@ buildPythonPackage rec {

propagatedBuildInputs = [ secretstorage ];

doCheck = !stdenv.isDarwin;

checkPhase = ''
py.test $out
'';
Expand Down
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 ];
};
}

0 comments on commit f0956b7

Please sign in to comment.