Commit bce8549
committed
tests/feature_check/tstring.py: Remove check for string.templatelib.
If a port enables t-strings then it is required to have the
`string.templatelib` package (at least to run the tests). That's
automatically the case if `MICROPY_PY_TSTRINGS` is enabled.
If a port freezes in the micropython-lib `string` extension package then
the latest version of this package will include the built-in
`string.templatelib` classes. So the feature check for t-strings no longer
needs to check if they are available.
Signed-off-by: Damien George <damien@micropython.org>1 parent 85e8f61 commit bce8549
1 file changed
Lines changed: 0 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | | - | |
5 | | - | |
6 | 3 | | |
7 | 4 | | |
8 | 5 | | |
0 commit comments