python.pkgs.pytest-flake8: disable tests
This commit is contained in:
parent
8abd3d3310
commit
7d5f1d7bd3
@ -19,6 +19,9 @@ buildPythonPackage rec {
|
||||
pytest . -k "not test_mtime_caching"
|
||||
'';
|
||||
|
||||
# https://github.com/tholo/pytest-flake8/issues/49
|
||||
doCheck = false;
|
||||
|
||||
meta = {
|
||||
description = "py.test plugin for efficiently checking PEP8 compliance";
|
||||
homepage = https://github.com/tholo/pytest-flake8;
|
||||
|
Loading…
Reference in New Issue
Block a user