python310Packages.geoip2: Disable TestAsyncClient for Python 3.10 as well

This commit is contained in:
hacker1024
2024-08-16 11:35:02 +10:00
parent 3aa424743f
commit a5fcc930b4
@@ -48,7 +48,7 @@ buildPythonPackage rec {
pythonImportsCheck = [ "geoip2" ];
disabledTests =
lib.optionals (pythonAtLeast "3.11") [
lib.optionals (pythonAtLeast "3.10") [
# https://github.com/maxmind/GeoIP2-python/pull/136
"TestAsyncClient"
]