diff options
| author | Sandro <sandro.jaeckel@gmail.com> | 2021-08-07 12:30:07 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-08-07 12:30:07 +0200 |
| commit | 3366c56a93c01d3d43aa9e76c681eea714fafccc (patch) | |
| tree | d903d118cfbbe35f82974a1bec24dfb3798b2256 /pkgs/development/python-modules/pytest-httpserver | |
| parent | 93c9a9813aa5721ae30902b69d9db5464ecd91d5 (diff) | |
| parent | d21c5451c930bd7aff6f49b1bdd3c175ad510dca (diff) | |
Merge pull request #132990 from SuperSandro2000/SuperSandro2000-patch-1
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 84f23ad722d1..79d10f8cf743 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 |
