Skip to content

Commit 4dab14b

Browse files
committed
Fix double typo + add flaky module
1 parent ac21520 commit 4dab14b

3 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -500,7 +500,7 @@ jobs:
500500
name: 'Test Lazy Imports Fully Enabled'
501501
needs: build-context
502502
if: fromJSON(needs.build-context.outputs.run-tests)
503-
uses: ./.github/workflows/reusable-lazy-imports-all.yml
503+
uses: ./.github/workflows/reusable-test-lazy-imports-all.yml
504504

505505
build-asan:
506506
name: 'Address sanitizer'
File renamed without changes.

Lib/test/lazy_imports_all_exclude.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ test_clinic
2323
test_compileall
2424
test_crossinterp
2525
test_datetime
26+
test_external_inspection
2627
test_generated_cases
2728
test_idle
2829
test_import

0 commit comments

Comments
 (0)