Skip to content

Commit aca93f2

Browse files
committed
bikeshed renames
1 parent 41aec25 commit aca93f2

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

.github/workflows/reusable-test-lazy-imports-all.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ env:
1919

2020
jobs:
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:
@@ -39,7 +39,7 @@ jobs:
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: |

0 commit comments

Comments
 (0)