Skip to content

ci: CI is broken after 60cbb5f #412

@johnslavik

Description

@johnslavik

Our CI is failing on main:

❯ python scripts/make.py 3.9 pytest -k test_no_module_docstrings_in_internal_api --ignore scripts --tb=no -q -p no:warnings
E                                                                                                                                                      [100%]
================================================================== short test summary info ===================================================================
ERROR tests/test_api.py::test_no_module_docstrings_in_internal_api - griffe._internal.exceptions.ExtensionNotLoadedError: Error while importing extension 'griffe_inherited_docstrings': With sys.path = ['/home/bswck', '/hom...
774 deselected, 1 error in 0.48s

I found that 60cbb5f is to blame:

git bisect start
# status: waiting for both good and bad commits
# good: [eab63adf24984d7bf3c28c8d5ee25398140d0613] chore: Fix duties imports
git bisect good eab63adf24984d7bf3c28c8d5ee25398140d0613
# status: waiting for bad commit, 1 good commit known
# bad: [0709f0d15411b1c1707fc43f10def8c38b3eba93] feat: Parse keywords in class declarations
git bisect bad 0709f0d15411b1c1707fc43f10def8c38b3eba93
# bad: [4f2ad976d47dd3caa373799b94837840b6f9cceb] docs: Better document dataclasses extension
git bisect bad 4f2ad976d47dd3caa373799b94837840b6f9cceb
# good: [824abb81810cc737e2618f180914c7aedb7471a3] docs: Remove Slothy from public APIs page
git bisect good 824abb81810cc737e2618f180914c7aedb7471a3
# bad: [8ed27163e070e1d2535c40f1fbb0b1e7684590ba] docs: Minor fixes
git bisect bad 8ed27163e070e1d2535c40f1fbb0b1e7684590ba
# bad: [60cbb5f4af0e20831c25d4ba7d5fa8aa13556340] feat: Support unpacking typed dicts in signatures and docstrings
git bisect bad 60cbb5f4af0e20831c25d4ba7d5fa8aa13556340
# first bad commit: [60cbb5f4af0e20831c25d4ba7d5fa8aa13556340] feat: Support unpacking typed dicts in signatures and docstrings
# bad: [60cbb5f4af0e20831c25d4ba7d5fa8aa13556340] feat: Support unpacking typed dicts in signatures and docstrings
git bisect bad 60cbb5f4af0e20831c25d4ba7d5fa8aa13556340
# first bad commit: [60cbb5f4af0e20831c25d4ba7d5fa8aa13556340] feat: Support unpacking typed dicts in signatures and docstrings

Metadata

Metadata

Assignees

Labels

ciContinuous Integration

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions