diff --git a/test-requirements.txt b/test-requirements.txt index af6c46470..72adfa7c9 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1,2 +1,5 @@ odoo_test_helper httpx2 +# starlette.testclient still uses the anyio.abc.BlockingPortal alias, which +# anyio 4.15 deprecates: the resulting DeprecationWarning fails checklog-odoo. +anyio<4.15