python.pkgs: rename pytestflakes to pytest-flakes
to follow naming guideline
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{ stdenv, buildPythonPackage, fetchPypi, pytest, pytestflakes, pytestpep8, tox }:
|
||||
{ stdenv, buildPythonPackage, fetchPypi, pytest, pytest-flakes, pytestpep8, tox }:
|
||||
buildPythonPackage rec {
|
||||
pname = "pytest-quickcheck";
|
||||
version = "0.8.3";
|
||||
@@ -9,7 +9,7 @@ buildPythonPackage rec {
|
||||
};
|
||||
|
||||
buildInputs = [ pytest ];
|
||||
propagatedBuildInputs = [ pytestflakes pytestpep8 tox ];
|
||||
propagatedBuildInputs = [ pytest-flakes pytestpep8 tox ];
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
license = licenses.asl20;
|
||||
|
||||
Reference in New Issue
Block a user