python.pkgs: rename pytestflakes to pytest-flakes
to follow naming guideline
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user