diff options
| author | Sandro <sandro.jaeckel@gmail.com> | 2021-08-07 11:53:00 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-08-07 11:53:00 +0200 |
| commit | d21c5451c930bd7aff6f49b1bdd3c175ad510dca (patch) | |
| tree | 0e478dab2f5c8983ee8e2c5bae8235b4ff7a71db /pkgs/development/python-modules/pytest-httpserver | |
| parent | 143fe598ba755c98959c3d586ee56595a8acf7c1 (diff) | |
python39Packages.python-modules: drop unused input
Diffstat (limited to 'pkgs/development/python-modules/pytest-httpserver')
| -rw-r--r-- | pkgs/development/python-modules/pytest-httpserver/default.nix | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/pytest-httpserver/default.nix b/pkgs/development/python-modules/pytest-httpserver/default.nix index aaca4174a2f2..ec0778c97111 100644 --- a/pkgs/development/python-modules/pytest-httpserver/default.nix +++ b/pkgs/development/python-modules/pytest-httpserver/default.nix @@ -1,7 +1,6 @@ { lib , buildPythonPackage , fetchPypi -, pytest-asyncio , pytest-cov , pytestCheckHook , requests |
