gnu: python-aiohttp: Disable tests that fail with Pytest 7.

* gnu/packages/python-web.scm (python-aiohttp)[arguments]: Ignore three tests.
This commit is contained in:
Marius Bakke 2022-08-16 10:57:02 +02:00
parent b379b4f4a2
commit 9f8d55870d
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -363,6 +363,13 @@ (define-public python-aiohttp
;; This test probably requires to be run with the ;; This test probably requires to be run with the
;; library loaded from the the build directory. ;; library loaded from the the build directory.
"not test_c_parser_loaded and " "not test_c_parser_loaded and "
;; TODO: These tests fail with recent versions of Pytest
;; and the fix is difficult to backport:
;; https://github.com/aio-libs/aiohttp/pull/6872
;; Re-enable after 3.9.
"not test_session_close_awaitable and "
"not test_async_with_session and "
"not test_close_run_until_complete_not_deprecated and "
;; Disable the following tests as they require ;; Disable the following tests as they require
;; networking. ;; networking.
"not TestDeflateBuffer and " "not TestDeflateBuffer and "