mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 15:27:20 +03:00
parent
c639df5fa4
commit
c64676af19
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user