Commit a5fcc930 authored by hacker1024's avatar hacker1024
Browse files

python310Packages.geoip2: Disable TestAsyncClient for Python 3.10 as well

parent 3aa42474
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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"
    ]