Re-enable bpython on Python 3.12.

This commit is contained in:
Andrey Rakhmatullin 2023-10-03 16:50:52 +04:00
parent fb4debda04
commit a338873e3a
1 changed files with 1 additions and 2 deletions

View File

@ -9,8 +9,7 @@ testfixtures
# uvloop currently doesn't build on 3.12
uvloop; platform_system != "Windows" and python_version < "3.12"
# bpython requires greenlet which currently doesn't build on 3.12
bpython; python_version < "3.12" # optional for shell wrapper tests
bpython # optional for shell wrapper tests
brotli; implementation_name != 'pypy' # optional for HTTP compress downloader middleware tests
# 1.1.0 is broken on PyPy: https://github.com/google/brotli/issues/1072
brotli==1.0.9; implementation_name == 'pypy' # optional for HTTP compress downloader middleware tests