about summary refs log tree commit diff
path: root/pkgs/development/python-modules/progressbar2
diff options
context:
space:
mode:
authorDrew Risinger <drewrisinger@users.noreply.github.com>2020-12-10 21:14:06 -0500
committerDrew Risinger <drewrisinger@users.noreply.github.com>2020-12-10 21:14:42 -0500
commit6bb2eae2ff86d941c589e4234cf52c897562cbd8 (patch)
tree629ab56793d51306d161b01f59428dcba46467e4 /pkgs/development/python-modules/progressbar2
parent25c9946f95a0be44a5794da66da1e7f2ca116d42 (diff)
downloadnixlib-6bb2eae2ff86d941c589e4234cf52c897562cbd8.tar
nixlib-6bb2eae2ff86d941c589e4234cf52c897562cbd8.tar.gz
nixlib-6bb2eae2ff86d941c589e4234cf52c897562cbd8.tar.bz2
nixlib-6bb2eae2ff86d941c589e4234cf52c897562cbd8.tar.lz
nixlib-6bb2eae2ff86d941c589e4234cf52c897562cbd8.tar.xz
nixlib-6bb2eae2ff86d941c589e4234cf52c897562cbd8.tar.zst
nixlib-6bb2eae2ff86d941c589e4234cf52c897562cbd8.zip
treewide: remove dead pytestpep8 references
pytestpep8 was removed in 25c9946f95a0be44a5794da66da1e7f2ca116d42.
This removes pytestpep8 in the rest of the tree, where it was hardly
used.
Diffstat (limited to 'pkgs/development/python-modules/progressbar2')
-rw-r--r--pkgs/development/python-modules/progressbar2/default.nix3
1 files changed, 1 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/progressbar2/default.nix b/pkgs/development/python-modules/progressbar2/default.nix
index 23ebc9354599..789828b7143f 100644
--- a/pkgs/development/python-modules/progressbar2/default.nix
+++ b/pkgs/development/python-modules/progressbar2/default.nix
@@ -6,7 +6,6 @@
 , python-utils
 , sphinx
 , flake8
-, pytestpep8
 , pytest-flakes
 , pytestcov
 , pytestcache
@@ -26,7 +25,7 @@ buildPythonPackage rec {
   propagatedBuildInputs = [ python-utils ];
   nativeBuildInputs = [ pytestrunner ];
   checkInputs = [
-    pytest sphinx flake8 pytestpep8 pytest-flakes pytestcov
+    pytest sphinx flake8 pytest-flakes pytestcov
     pytestcache freezegun
   ];
   # ignore tests on the nix wrapped setup.py