Commit 32c555f1 authored by Robert Schütz's avatar Robert Schütz Committed by Robert Schütz
Browse files

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

parent e31ad37f
Loading
Loading
Loading
Loading
+5 −2
Original line number Diff line number Diff line
@@ -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