summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/pytest-httpserver
diff options
context:
space:
mode:
authorsternenseemann <0rpkxez4ksa01gb3typccl0i@systemli.org>2021-08-07 13:30:30 +0200
committersternenseemann <0rpkxez4ksa01gb3typccl0i@systemli.org>2021-08-07 13:30:30 +0200
commitc095d5c9d3e95bbc5feb0dfefc05b4be52904bf1 (patch)
treee2c16c4755e41f3a298ccf8b8a1c544164271c8b /pkgs/development/python-modules/pytest-httpserver
parent326856920bb9450f7e5500ac0da250e726772fc8 (diff)
parent59197a825429f7f03ae688a7327e58223c8e2913 (diff)
Merge remote-tracking branch 'origin/master' into haskell-updates
Diffstat (limited to 'pkgs/development/python-modules/pytest-httpserver')
-rw-r--r--pkgs/development/python-modules/pytest-httpserver/default.nix5
1 files changed, 2 insertions, 3 deletions
diff --git a/pkgs/development/python-modules/pytest-httpserver/default.nix b/pkgs/development/python-modules/pytest-httpserver/default.nix
index aaca4174a2f2..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
@@ -10,12 +9,12 @@
buildPythonPackage rec {
pname = "pytest-httpserver";
- version = "1.0.0";
+ version = "1.0.1";
src = fetchPypi {
pname = "pytest_httpserver";
inherit version;
- sha256 = "sha256-rjCV0TTUBgLpVyEUDiIhOdpKV5lWEjmQr4WCUyTQdG0=";
+ sha256 = "12b0028vp5rh9bg712klgjzm4vl4biyza1j6iyv3pgg25ircang3";
};
propagatedBuildInputs = [ werkzeug ];