keyring: disable testing

ref: #38483
This commit is contained in:
Maximilian Güntner 2018-04-13 13:51:01 +02:00 committed by Robert Schütz
parent c3cbff3a8a
commit b6567229a2

View file

@ -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