Skip to content

Commit

Permalink
keyring: disable testing
Browse files Browse the repository at this point in the history
  • Loading branch information
mguentner authored and Robert Schütz committed Apr 17, 2018
1 parent c3cbff3 commit b656722
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pkgs/development/python-modules/keyring/default.nix
Expand Up @@ -17,7 +17,9 @@ buildPythonPackage rec {

propagatedBuildInputs = [ entrypoints ] ++ stdenv.lib.optional stdenv.isLinux secretstorage;

doCheck = !stdenv.isDarwin;
# all tests with flake8 are broken right now
# https://github.com/tholo/pytest-flake8/issues/45
doCheck = false;

checkPhase = ''
py.test
Expand Down

0 comments on commit b656722

Please sign in to comment.