summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/pytest-httpserver
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2021-08-07 12:01:25 +0000
committerGitHub <noreply@github.com>2021-08-07 12:01:25 +0000
commit1b4a28fed4a3b60d37c171457a9da6016ed2146c (patch)
treeede7c799d2568604faecad57c1f95e302acb7b36 /pkgs/development/python-modules/pytest-httpserver
parentffc3dad3d0073c4b2d8e4b0b6f2cda8ce7193ff9 (diff)
parentc82cc16ccc0dd6b9cf91f25aca05e8ee1e2f0654 (diff)
Merge master into staging-next
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 ];