python3Packages.geopy: downgrade pytest

Uses undeclared async test functions which break with pytest 8.4.

Changed files
+2 -2
pkgs
development
python-modules
geopy
+2 -2
pkgs/development/python-modules/geopy/default.nix
···
docutils,
fetchFromGitHub,
geographiclib,
-
pytestCheckHook,
+
pytest7CheckHook,
pythonAtLeast,
pythonOlder,
pytz,
···
nativeCheckInputs = [
docutils
-
pytestCheckHook
+
pytest7CheckHook
pytz
];