summary refs log tree commit diff
path: root/pkgs/development/python-modules/aiohttp
diff options
context:
space:
mode:
authorJonathan Ringer <jonringer117@gmail.com>2020-08-16 17:13:34 -0700
committerJonathan Ringer <jonringer117@gmail.com>2020-08-16 17:46:43 -0700
commitca912341b0e0228f02aa2acc9cdf395e568b3604 (patch)
treee28b4e9bc91ecfeea669ab7ec4306b7f69c316f6 /pkgs/development/python-modules/aiohttp
parent2b9faf7def8a549cba599f19dde4d4bd89391628 (diff)
downloadnixpkgs-ca912341b0e0228f02aa2acc9cdf395e568b3604.tar
nixpkgs-ca912341b0e0228f02aa2acc9cdf395e568b3604.tar.gz
nixpkgs-ca912341b0e0228f02aa2acc9cdf395e568b3604.tar.bz2
nixpkgs-ca912341b0e0228f02aa2acc9cdf395e568b3604.tar.lz
nixpkgs-ca912341b0e0228f02aa2acc9cdf395e568b3604.tar.xz
nixpkgs-ca912341b0e0228f02aa2acc9cdf395e568b3604.tar.zst
nixpkgs-ca912341b0e0228f02aa2acc9cdf395e568b3604.zip
python3Packages.aiohttp: fix tests
Diffstat (limited to 'pkgs/development/python-modules/aiohttp')
-rw-r--r--pkgs/development/python-modules/aiohttp/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/development/python-modules/aiohttp/default.nix b/pkgs/development/python-modules/aiohttp/default.nix
index 9dcd34c1d1b..2e5191909bb 100644
--- a/pkgs/development/python-modules/aiohttp/default.nix
+++ b/pkgs/development/python-modules/aiohttp/default.nix
@@ -54,6 +54,8 @@ buildPythonPackage rec {
     "proxy_https_bad_response"
     "partially_applied_handler"
     "middleware"
+    # no longer compatible with pytest>=6
+    "aiohttp_plugin_async_fixture"
   ] ++ lib.optionals stdenv.is32bit [
     "test_cookiejar"
   ] ++ lib.optionals isPy38 [