python3Packages.flask-restful: pin pytest 8.3

Changed files
+2 -2
pkgs
development
python-modules
flask-restful
+2 -2
pkgs/development/python-modules/flask-restful/default.nix
···
flask,
fetchpatch2,
mock,
-
pytestCheckHook,
+
pytest8_3CheckHook,
pythonOlder,
pytz,
six,
···
nativeCheckInputs = [
blinker
mock
-
pytestCheckHook
+
pytest8_3CheckHook
];
disabledTests = [