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