Don't require toml in [test] on Python 3.11+#563
Conversation
The test_toml_instead_of_tomli test is skipped on Python 3.11 anyway.
|
I think we can just drop toml, it's been completely supplanted by tomli. |
|
If you wish to drop the fallback to toml, that also works for me. |
|
Now there is |
|
We have toml in test deps because we are testing against it. We have tomli in the typing deps because mypy simulates Python 3.7 and on 3.11, tomli is not required. |
After this PR, the toml dependency is also conditional. |
|
I think we should drop toml, but this is a (small) step forward. |
|
I've got a PR to drop toml ready to go but I wanted to get #537 in first to avoid having to deal with merge conflicts. If you wanna get this in in the interim, we can do so, but I don't think there's much point unless we are gonna cut a release without |
|
Merged #567. |
The test_toml_instead_of_tomli test is skipped on Python 3.11 anyway.