Skip to content

Tiny fixes - #3032

Open
dcermak wants to merge 3 commits into
mainfrom
tiny-fixes
Open

Tiny fixes#3032
dcermak wants to merge 3 commits into
mainfrom
tiny-fixes

Conversation

@dcermak

@dcermak dcermak commented Aug 10, 2026

Copy link
Copy Markdown
Collaborator

No description provided.

@schaefi schaefi left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nice conftest, thanks

Comment thread kiwi/container/oci.py
from typing import TypedDict # pragma: no cover
else: # pragma: no cover
from typing_extensions import TypedDict # pragma: no cover
from typing import Dict, List, Optional, TypedDict

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If you want to remove use of typing_extensions can you do it also at the other places:

  • bootloader/config/init.py
  • builder/disk.py
  • command.py

Thanks

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done

Currently kiwi will by default load the runtime config files, but that has the
disadvantage that the users config leaks into the test environment and breaks
certain tests that assume that the default tool is `foo`, but the users settings
say `bar`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants