summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/pytest-httpserver
diff options
context:
space:
mode:
authorKevin Cox <kevincox@kevincox.ca>2021-08-13 21:08:58 +0000
committerKevin Cox <kevincox@kevincox.ca>2021-08-13 21:08:58 +0000
commitf5e552ec014d31571818ed31bbb9056fac55b200 (patch)
treefbc7259a829585e331b8ed8b683e99abcd20236b /pkgs/development/python-modules/pytest-httpserver
parent12d2e28182a3ce6d29aad4f2fdb4134321da8e96 (diff)
parent9bacc3c32f2d06b9159e3b523b710a7218cf89b2 (diff)
Merge remote-tracking branch 'u/staging' into openmoji
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 ];