python.pkgs: rename pytestflakes to pytest-flakes
to follow naming guideline
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
, sphinx
|
||||
, flake8
|
||||
, pytestpep8
|
||||
, pytestflakes
|
||||
, pytest-flakes
|
||||
, pytestcov
|
||||
, pytestcache
|
||||
, pytestrunner
|
||||
@@ -31,7 +31,7 @@ buildPythonPackage rec {
|
||||
propagatedBuildInputs = [ python-utils ];
|
||||
nativeBuildInputs = [ pytestrunner ];
|
||||
checkInputs = [
|
||||
pytest sphinx flake8 pytestpep8 pytestflakes pytestcov
|
||||
pytest sphinx flake8 pytestpep8 pytest-flakes pytestcov
|
||||
pytestcache freezegun
|
||||
];
|
||||
# ignore tests on the nix wrapped setup.py and don't flake .eggs directory
|
||||
|
||||
Reference in New Issue
Block a user