parent
c3cbff3a8a
commit
b6567229a2
@ -17,7 +17,9 @@ buildPythonPackage rec {
|
|||||||
|
|
||||||
propagatedBuildInputs = [ entrypoints ] ++ stdenv.lib.optional stdenv.isLinux secretstorage;
|
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 = ''
|
checkPhase = ''
|
||||||
py.test
|
py.test
|
||||||
|
Loading…
x
Reference in New Issue
Block a user