python.pkgs.pytest-flake8: disable tests

This commit is contained in:
Frederik Rietdijk 2018-07-26 12:21:25 +02:00
parent 8abd3d3310
commit 7d5f1d7bd3

View file

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