#### What's the problem this feature will solve? pip is moving from toml to tomli https://github.com/pypa/pip/pull/10035 pytest should consider following suit * pip: https://github.com/pypa/pip/pull/10035 * build: https://github.com/pypa/build/issues/308 * black: https://github.com/psf/black/pull/2301
What's the problem this feature will solve?
pip is moving from toml to tomli pypa/pip#10035 pytest should consider following suit
tomlwithtomlifor TOML v1.0.0 compat pypa/pip#10035tomlTOML library fortomlipsf/black#2301