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:
@@ -1,4 +1,4 @@
|
||||
{ lib, buildPythonPackage, fetchPypi, pytest, pytestrunner, pytestcov, pytest-flakes, pytestpep8, sphinx, six }:
|
||||
{ lib, buildPythonPackage, fetchPypi, pytest, pytestrunner, pytestcov, pytest-flakes, sphinx, six }:
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "python-utils";
|
||||
@@ -14,7 +14,7 @@ buildPythonPackage rec {
|
||||
rm tests/*.pyc
|
||||
'';
|
||||
|
||||
checkInputs = [ pytest pytestrunner pytestcov pytest-flakes pytestpep8 sphinx ];
|
||||
checkInputs = [ pytest pytestrunner pytestcov pytest-flakes sphinx ];
|
||||
|
||||
checkPhase = ''
|
||||
py.test tests
|
||||
|
||||
Reference in New Issue
Block a user