File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -497,7 +497,7 @@ jobs:
497497 path : ${{ env.CPYTHON_BUILDDIR }}/.hypothesis/examples/
498498
499499 test-lazy-imports-all :
500- name : ' Lazy Imports All Enabled '
500+ name : ' Lazy imports enabled '
501501 needs : build-context
502502 if : fromJSON(needs.build-context.outputs.run-tests)
503503 uses : ./.github/workflows/reusable-test-lazy-imports-all.yml
Original file line number Diff line number Diff line change 1919
2020jobs :
2121 test-lazy-imports-all :
22- name : ' Lazy Imports All Enabled '
22+ name : ' Run Tests with lazy_imports=all '
2323 runs-on : ubuntu-24.04
2424 timeout-minutes : 60
2525 env :
3939 run : make -j4
4040 - name : Display build info
4141 run : make pythoninfo
42- - name : Verify lazy imports are fullly enabled
42+ - name : Verify lazy imports are fully enabled
4343 run : ./python -c "import sys; assert sys.flags.lazy_imports == 1, sys.flags.lazy_imports; print('lazy imports all enabled')"
4444 - name : Build test list (all tests minus the known-failing exclusions)
4545 run : |
You can’t perform that action at this time.
0 commit comments