summary refs log tree commit diff
path: root/pkgs/development/python-modules/python-utils
diff options
context:
space:
mode:
authorFrederik Rietdijk <fridh@fridh.nl>2019-02-16 09:02:30 +0100
committerFrederik Rietdijk <fridh@fridh.nl>2019-02-17 14:40:55 +0100
commit6f0555b030be37723f0e7bee7b1b09467cc04669 (patch)
tree961c9816bc30fe6523bde8867dae157be138dea7 /pkgs/development/python-modules/python-utils
parent9dc262c65964f481fe22b2651f5a2e79072c6a90 (diff)
downloadnixpkgs-6f0555b030be37723f0e7bee7b1b09467cc04669.tar
nixpkgs-6f0555b030be37723f0e7bee7b1b09467cc04669.tar.gz
nixpkgs-6f0555b030be37723f0e7bee7b1b09467cc04669.tar.bz2
nixpkgs-6f0555b030be37723f0e7bee7b1b09467cc04669.tar.lz
nixpkgs-6f0555b030be37723f0e7bee7b1b09467cc04669.tar.xz
nixpkgs-6f0555b030be37723f0e7bee7b1b09467cc04669.tar.zst
nixpkgs-6f0555b030be37723f0e7bee7b1b09467cc04669.zip
python.pkgs: rename pytestflakes to pytest-flakes
to follow naming guideline
Diffstat (limited to 'pkgs/development/python-modules/python-utils')
-rw-r--r--pkgs/development/python-modules/python-utils/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/python-utils/default.nix b/pkgs/development/python-modules/python-utils/default.nix
index 7aa77654006..67fbd4e24eb 100644
--- a/pkgs/development/python-modules/python-utils/default.nix
+++ b/pkgs/development/python-modules/python-utils/default.nix
@@ -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