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 @@
|
||||
{ stdenv, buildPythonPackage, fetchPypi, pytest, pytest-flakes, pytestpep8, tox }:
|
||||
{ stdenv, buildPythonPackage, fetchPypi, pytest, pytest-flakes, tox }:
|
||||
buildPythonPackage rec {
|
||||
pname = "pytest-quickcheck";
|
||||
version = "0.8.6";
|
||||
@@ -9,7 +9,7 @@ buildPythonPackage rec {
|
||||
};
|
||||
|
||||
buildInputs = [ pytest ];
|
||||
propagatedBuildInputs = [ pytest-flakes pytestpep8 tox ];
|
||||
propagatedBuildInputs = [ pytest-flakes tox ];
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
license = licenses.asl20;
|
||||
|
||||
Reference in New Issue
Block a user