Skip to content

tests: allow build type override in test_helper.py#654

Merged
adsharma merged 2 commits into
mainfrom
test_helper_config
Jul 5, 2026
Merged

tests: allow build type override in test_helper.py#654
adsharma merged 2 commits into
mainfrom
test_helper_config

Conversation

@adsharma

@adsharma adsharma commented Jul 4, 2026

Copy link
Copy Markdown
Contributor

adsharma added 2 commits July 4, 2026 09:06
The manylinux_2_28 container defaults to Python 3.8, which doesn't
support dict[str, list[str]] or str | None syntax natively. Adding
from __future__ import annotations defers annotation evaluation to
strings (PEP 563), making these work on Python 3.8+.
@adsharma adsharma merged commit 387c356 into main Jul 5, 2026
4 checks passed
@adsharma adsharma deleted the test_helper_config branch July 5, 2026 01:05
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.

1 participant