File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- name : Lazy imports all
1+ name : Tests
22
3- # Run the standard library test suite with global lazy imports forced on
3+ # Run the CPython test suite with global lazy imports forced on
44# (``PYTHON_LAZY_IMPORTS=all``, equivalent to ``-X lazy_imports=all``).
55#
66# Modules that are known to fail under lazy imports are listed in
3535
3636jobs :
3737 lazy-imports :
38- name : Stdlib tests (lazy imports all)
38+ name : Lazy imports all enabled
3939 runs-on : ubuntu-24.04
4040 timeout-minutes : 60
4141 env :
Original file line number Diff line number Diff line change 1- # Standard library test modules that currently FAIL under global lazy imports
1+ # Test modules that currently FAIL under global lazy imports
22# (``-X lazy_imports=all`` / ``PYTHON_LAZY_IMPORTS=all``).
33#
44# The "Lazy Imports All" CI workflow (.github/workflows/lazy-imports-all.yml) runs the
You can’t perform that action at this time.
0 commit comments