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

@@ -1,4 +1,4 @@
{ lib, buildPythonPackage, fetchPypi, pytest, pytestrunner, pytestcov, pytestflakes, pytestpep8, sphinx, six }:
{ lib, buildPythonPackage, fetchPypi, pytest, pytestrunner, pytestcov, pytest-flakes, pytestpep8, sphinx, six }:
buildPythonPackage rec {
pname = "python-utils";
@@ -14,7 +14,7 @@ buildPythonPackage rec {
rm tests/*.pyc
'';
checkInputs = [ pytest pytestrunner pytestcov pytestflakes pytestpep8 sphinx ];
checkInputs = [ pytest pytestrunner pytestcov pytest-flakes pytestpep8 sphinx ];
checkPhase = ''
py.test tests