diff options
| author | Drew Risinger <drewrisinger@users.noreply.github.com> | 2020-12-10 21:14:06 -0500 |
|---|---|---|
| committer | Drew Risinger <drewrisinger@users.noreply.github.com> | 2020-12-10 21:14:42 -0500 |
| commit | 6bb2eae2ff86d941c589e4234cf52c897562cbd8 (patch) | |
| tree | 629ab56793d51306d161b01f59428dcba46467e4 /pkgs/development/python-modules/python-utils | |
| parent | 25c9946f95a0be44a5794da66da1e7f2ca116d42 (diff) | |
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/python-utils')
| -rw-r--r-- | pkgs/development/python-modules/python-utils/default.nix | 4 |
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 936a1eb2e3ed..1e0796e4f009 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, pytest-flakes, pytestpep8, sphinx, six }: +{ lib, buildPythonPackage, fetchPypi, pytest, pytestrunner, pytestcov, pytest-flakes, sphinx, six }: buildPythonPackage rec { pname = "python-utils"; @@ -14,7 +14,7 @@ buildPythonPackage rec { rm tests/*.pyc ''; - checkInputs = [ pytest pytestrunner pytestcov pytest-flakes pytestpep8 sphinx ]; + checkInputs = [ pytest pytestrunner pytestcov pytest-flakes sphinx ]; checkPhase = '' py.test tests |
