Browse Source

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.
master
ThomasV 2 years ago
parent
commit
8acb5dd7e9
  1. 2
      .cirrus.yml

2
.cirrus.yml

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

Loading…
Cancel
Save