Skip to content

Commit 080763a

Browse files
committed
Adjust GH Action naming to better match existing checks
1 parent ed76623 commit 080763a

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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
@@ -35,7 +35,7 @@ env:
3535

3636
jobs:
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:

Lib/test/lazy_imports_all_exclude.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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

0 commit comments

Comments
 (0)