diff options
| author | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2024-04-20 00:12:41 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-04-20 00:12:41 +0000 |
| commit | c2accdbb66c3bfe084995cffa1047cda42db15ef (patch) | |
| tree | 62d67c33469d5c06ae7f407dc33f9714ef558c5e /pkgs/development/python-modules/rangehttpserver | |
| parent | 9b818bcc11ad88409cc1b6c84cc53c4b82e06327 (diff) | |
| parent | c6d6ab9c08e7899971302399c6f5ce0ee104af20 (diff) | |
Merge master into haskell-updates
Diffstat (limited to 'pkgs/development/python-modules/rangehttpserver')
| -rw-r--r-- | pkgs/development/python-modules/rangehttpserver/default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/rangehttpserver/default.nix b/pkgs/development/python-modules/rangehttpserver/default.nix index bab8f73b412b..6fbcebbffed8 100644 --- a/pkgs/development/python-modules/rangehttpserver/default.nix +++ b/pkgs/development/python-modules/rangehttpserver/default.nix @@ -2,7 +2,7 @@ , buildPythonPackage , fetchFromGitHub , setuptools -, pytestCheckHook +, pytest7CheckHook , requests }: @@ -25,7 +25,7 @@ buildPythonPackage rec { __darwinAllowLocalNetworking = true; nativeCheckInputs = [ - pytestCheckHook + pytest7CheckHook requests ]; |
