treewide: remove dead pytestpep8 references

pytestpep8 was removed in 25c9946f95.
This removes pytestpep8 in the rest of the tree, where it was hardly
used.
This commit is contained in:
Drew Risinger
2020-12-10 21:14:06 -05:00
parent 25c9946f95
commit 6bb2eae2ff
17 changed files with 22 additions and 33 deletions

View File

@@ -1,6 +1,6 @@
{ lib, buildPythonPackage, fetchPypi
, pbr, requests
, pytest, pytestpep8, waitress }:
, pytest, waitress }:
buildPythonPackage rec {
pname = "requests-unixsocket";
@@ -14,7 +14,7 @@ buildPythonPackage rec {
nativeBuildInputs = [ pbr ];
propagatedBuildInputs = [ requests ];
checkInputs = [ pytest pytestpep8 waitress ];
checkInputs = [ pytest waitress ];
checkPhase = ''
rm pytest.ini
py.test