python3Packages.geopy: downgrade pytest
Uses undeclared async test functions which break with pytest 8.4.
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
docutils,
|
||||
fetchFromGitHub,
|
||||
geographiclib,
|
||||
pytestCheckHook,
|
||||
pytest7CheckHook,
|
||||
pythonAtLeast,
|
||||
pythonOlder,
|
||||
pytz,
|
||||
@@ -27,7 +27,7 @@ buildPythonPackage rec {
|
||||
|
||||
nativeCheckInputs = [
|
||||
docutils
|
||||
pytestCheckHook
|
||||
pytest7CheckHook
|
||||
pytz
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user