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:
@@ -20,7 +20,6 @@
|
||||
, sympy
|
||||
, vcrpy
|
||||
, pytest
|
||||
, pytestpep8
|
||||
, pytest-flakes
|
||||
, pytestcov
|
||||
, pytestrunner
|
||||
@@ -42,7 +41,7 @@ buildPythonPackage rec {
|
||||
] ++ lib.optional (!isPy3k) futures;
|
||||
|
||||
checkInputs = [
|
||||
sympy vcrpy pytest pytestpep8 pytest-flakes
|
||||
sympy vcrpy pytest pytest-flakes
|
||||
pytestcov pytestrunner
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user