Skip to content

Commit

Permalink
python310Packages.aiohttp: disable failing test
Browse files Browse the repository at this point in the history
Signed-off-by: phanirithvij <[email protected]>
  • Loading branch information
phanirithvij authored and Erethon committed Oct 8, 2024
1 parent 01b7c60 commit b050e89
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkgs/development/python-modules/aiohttp/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
fetchFromGitHub,
substituteAll,
python,
isPy310,

# build-system
cython,
Expand Down Expand Up @@ -113,6 +114,7 @@ buildPythonPackage rec {
# don't run benchmarks
"test_import_time"
]
++ lib.optionals isPy310 [ "test_https_proxy_unsupported_tls_in_tls" ]
++ 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
Expand Down

0 comments on commit b050e89

Please sign in to comment.