mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
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:
parent
b379b4f4a2
commit
9f8d55870d
1 changed files with 7 additions and 0 deletions
|
@ -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 "
|
||||||
|
|
Loading…
Reference in a new issue