diff options
| author | Martin Weinelt <hexa@darmstadt.ccc.de> | 2025-08-07 16:05:47 +0200 |
|---|---|---|
| committer | Martin Weinelt <hexa@darmstadt.ccc.de> | 2025-08-09 19:05:08 +0200 |
| commit | bf4d11289f910305bdcc8cf0025c7f441dd7992a (patch) | |
| tree | 9d8df46a52cdd56024e639c12360eb414eeab10a | |
| parent | python3Packages.dependency-groups: init at 1.3.1 (diff) | |
| download | nixpkgs-bf4d11289f910305bdcc8cf0025c7f441dd7992a.tar.gz | |
python3Packages.geopy: downgrade pytest
Uses undeclared async test functions which break with pytest 8.4.
| -rw-r--r-- | pkgs/development/python-modules/geopy/default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/geopy/default.nix b/pkgs/development/python-modules/geopy/default.nix index b9cf371ab744..6da0af5310e9 100644 --- a/pkgs/development/python-modules/geopy/default.nix +++ b/pkgs/development/python-modules/geopy/default.nix @@ -4,7 +4,7 @@ docutils, fetchFromGitHub, geographiclib, - pytestCheckHook, + pytest7CheckHook, pythonAtLeast, pythonOlder, pytz, @@ -27,7 +27,7 @@ buildPythonPackage rec { nativeCheckInputs = [ docutils - pytestCheckHook + pytest7CheckHook pytz ]; |
