python3Packages.geoip2: run all tests (#481851)

This commit is contained in:
dotlambda
2026-01-20 19:20:08 +00:00
committed by GitHub
@@ -6,7 +6,6 @@
h11,
maxminddb,
pytestCheckHook,
pythonAtLeast,
requests-mock,
pytest-httpserver,
requests,
@@ -46,13 +45,6 @@ buildPythonPackage rec {
pythonImportsCheck = [ "geoip2" ];
disabledTests =
lib.optionals (pythonAtLeast "3.10") [
# https://github.com/maxmind/GeoIP2-python/pull/136
"TestAsyncClient"
]
++ lib.optionals (pythonAtLeast "3.10") [ "test_request" ];
meta = {
description = "GeoIP2 webservice client and database reader";
homepage = "https://github.com/maxmind/GeoIP2-python";