devpi-client: don't depend on pytest-flake8

This commit is contained in:
Robert Schütz 2022-11-27 19:22:10 -08:00 committed by Robert Schütz
parent e31ad37f10
commit 32c555f1c2

View file

@ -13,7 +13,6 @@
, pluggy
, py
, pytestCheckHook
, pytest-flake8
, setuptools
, sphinx
, tox
@ -30,6 +29,11 @@ buildPythonApplication rec {
hash = "sha256-Ni6ybpUTankkkYYcwnKNFKYwmp1MTxOnucPm/TneWOw=";
};
postPatch = ''
substituteInPlace tox.ini \
--replace "--flake8" ""
'';
buildInputs = [
glibcLocales
];
@ -50,7 +54,6 @@ buildPythonApplication rec {
mercurial
mock
pytestCheckHook
pytest-flake8
sphinx
tox
webtest