python3Packages.aiohttp: fix tests
This commit is contained in:
parent
2b9faf7def
commit
ca912341b0
1 changed files with 2 additions and 0 deletions
|
@ -54,6 +54,8 @@ buildPythonPackage rec {
|
||||||
"proxy_https_bad_response"
|
"proxy_https_bad_response"
|
||||||
"partially_applied_handler"
|
"partially_applied_handler"
|
||||||
"middleware"
|
"middleware"
|
||||||
|
# no longer compatible with pytest>=6
|
||||||
|
"aiohttp_plugin_async_fixture"
|
||||||
] ++ lib.optionals stdenv.is32bit [
|
] ++ lib.optionals stdenv.is32bit [
|
||||||
"test_cookiejar"
|
"test_cookiejar"
|
||||||
] ++ lib.optionals isPy38 [
|
] ++ lib.optionals isPy38 [
|
||||||
|
|
Loading…
Reference in a new issue