python.pkgs: rename pytestflakes to pytest-flakes

to follow naming guideline
This commit is contained in:
Frederik Rietdijk
2019-02-16 09:02:30 +01:00
parent 9dc262c659
commit 6f0555b030
7 changed files with 12 additions and 12 deletions

View File

@@ -13,7 +13,7 @@
, pytestcache
, pytestcov
, covCore
, pytestflakes
, pytest-flakes
, pytestpep8
, sphinx
, mock
@@ -35,7 +35,7 @@ buildPythonPackage rec {
propagatedBuildInputs = [ httplib2 oauth oauth2 semantic-version ];
checkInputs = [
flask httpretty oauthlib pyflakes pytest pytestcache pytestcov covCore
pytestflakes pytestpep8 sphinx mock chalice
pytest-flakes pytestpep8 sphinx mock chalice
];
src = fetchPypi {