Revert "keyring: disable testing"

This reverts commit b6567229a2.
This commit is contained in:
Robert Schütz 2018-05-02 14:12:11 +02:00
parent c639df5fa4
commit c64676af19

View File

@ -17,9 +17,7 @@ buildPythonPackage rec {
propagatedBuildInputs = [ entrypoints ] ++ stdenv.lib.optional stdenv.isLinux secretstorage;
# all tests with flake8 are broken right now
# https://github.com/tholo/pytest-flake8/issues/45
doCheck = false;
doCheck = !stdenv.isDarwin;
checkPhase = ''
py.test