python311Packages.falcon: test with pytest_7

This commit is contained in:
natsukium
2024-03-12 18:25:11 +01:00
committed by Martin Weinelt
parent ef418c072d
commit 227962e18e
@@ -18,6 +18,7 @@
, orjson
, pytest-asyncio
, pytestCheckHook
, pytest_7
, pyyaml
, rapidjson
, requests
@@ -60,7 +61,7 @@ buildPythonPackage rec {
nativeCheckInputs = [
# https://github.com/falconry/falcon/blob/master/requirements/tests
pytestCheckHook
(pytestCheckHook.override { pytest = pytest_7; })
pyyaml
requests
rapidjson