diff --git a/pkgs/development/python-modules/python-utils/default.nix b/pkgs/development/python-modules/python-utils/default.nix index 1e0796e4f009..f94ec8d751cf 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 ];