1
0

CI: run unit tests in debug mode with python 3.11

Python 3.12 does not work with current aiohttp, see
https://github.com/aio-libs/aiohttp/issues/7229

It is currently possible to build a wheel using aiohttp==3.9.0b0.
However, unit tests fail in that case, because TestLNTransport::test_loop stalls.
This commit is contained in:
ThomasV
2023-10-08 11:29:48 +02:00
parent 3249e924d4
commit 8acb5dd7e9

View File

@@ -20,7 +20,7 @@ task:
ELECTRUM_PYTHON_VERSION: 3.11
- name: "unittests: Tox Python 3 debug mode"
env:
ELECTRUM_PYTHON_VERSION: 3
ELECTRUM_PYTHON_VERSION: 3.11
# enable additional checks:
PYTHONASYNCIODEBUG: "1"
PYTHONDEVMODE: "1"