python3Packages.geopy: downgrade pytest

Uses undeclared async test functions which break with pytest 8.4.
This commit is contained in:
Martin Weinelt
2025-08-09 19:05:08 +02:00
parent 928d75540a
commit bf4d11289f
@@ -4,7 +4,7 @@
docutils,
fetchFromGitHub,
geographiclib,
pytestCheckHook,
pytest7CheckHook,
pythonAtLeast,
pythonOlder,
pytz,
@@ -27,7 +27,7 @@ buildPythonPackage rec {
nativeCheckInputs = [
docutils
pytestCheckHook
pytest7CheckHook
pytz
];