Skip to content

Commit

Permalink
CI: run unit tests in debug mode with python 3.11
Browse files Browse the repository at this point in the history
Python 3.12 does not work with current aiohttp, see
aio-libs/aiohttp#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.
  • Loading branch information
ecdsa committed Oct 8, 2023
1 parent 3249e92 commit 8acb5dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 8acb5dd

Please sign in to comment.