summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/pytest-httpserver/default.nix
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2021-08-07 12:30:07 +0200
committerGitHub <noreply@github.com>2021-08-07 12:30:07 +0200
commit3366c56a93c01d3d43aa9e76c681eea714fafccc (patch)
treed903d118cfbbe35f82974a1bec24dfb3798b2256 /pkgs/development/python-modules/pytest-httpserver/default.nix
parent93c9a9813aa5721ae30902b69d9db5464ecd91d5 (diff)
parentd21c5451c930bd7aff6f49b1bdd3c175ad510dca (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/default.nix')
-rw-r--r--pkgs/development/python-modules/pytest-httpserver/default.nix1
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