python310Packages.geoip2: Disable TestAsyncClient for Python 3.10 as well
This commit is contained in:
@@ -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"
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user