From 86be4c0005f0f761c89553726a0da72a85c64fe0 Mon Sep 17 00:00:00 2001 From: Drew Risinger Date: Fri, 11 Dec 2020 09:22:33 -0500 Subject: [PATCH] pythonPackages.python-utils: remove pep8 from tests --- pkgs/development/python-modules/python-utils/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/python-modules/python-utils/default.nix b/pkgs/development/python-modules/python-utils/default.nix index 1e0796e4f00..f94ec8d751c 100644 --- a/pkgs/development/python-modules/python-utils/default.nix +++ b/pkgs/development/python-modules/python-utils/default.nix @@ -12,6 +12,7 @@ buildPythonPackage rec { postPatch = '' rm -r tests/__pycache__ rm tests/*.pyc + substituteInPlace pytest.ini --replace "--pep8" "" ''; checkInputs = [ pytest pytestrunner pytestcov pytest-flakes sphinx ];