Commit ce2c071f authored by phanirithvij's avatar phanirithvij
Browse files

python310Packages.aiohttp: disable failing test

parent ca92730e
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -6,6 +6,7 @@
  fetchFromGitHub,
  substituteAll,
  python,
  isPy310,

  # build-system
  cython,
@@ -113,6 +114,11 @@ buildPythonPackage rec {
      # don't run benchmarks
      "test_import_time"
    ]
    # these tests fail with python310 but succeeds with 11+
    ++ lib.optionals isPy310 [
      "test_https_proxy_unsupported_tls_in_tls"
      "test_tcp_connector_raise_connector_ssl_error"
    ]
    ++ lib.optionals stdenv.hostPlatform.is32bit [ "test_cookiejar" ]
    ++ lib.optionals stdenv.hostPlatform.isDarwin [
      "test_addresses" # https://github.com/aio-libs/aiohttp/issues/3572, remove >= v4.0.0