-
-
Notifications
You must be signed in to change notification settings - Fork 433
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
consider switching from toml to tomli #1180
Labels
enhancement
New feature or request
Comments
graingert
changed the title
consider switching from tomli to toml
consider switching from toml to tomli
Jun 23, 2021
pytest has now switched to tomli, meaning that installing pytest-cov requires toml and tomli |
graingert
added a commit
to graingert/coveragepy
that referenced
this issue
Jul 9, 2021
graingert
added a commit
to graingert/coveragepy
that referenced
this issue
Jul 9, 2021
graingert
added a commit
to graingert/coveragepy
that referenced
this issue
Jul 9, 2021
fixes nedbat#1180 Co-authored-by: Taneli Hukkinen <[email protected]>
nedbat
pushed a commit
that referenced
this issue
Jul 13, 2021
* Support TOML v1.0.0 syntax in `pyproject.toml` fixes #1180 Co-authored-by: Taneli Hukkinen <[email protected]> * fix toml meta test * use pytest.mark.parametrize to narrow test failure * Update tests/test_config.py Co-authored-by: Taneli Hukkinen <[email protected]> Co-authored-by: Taneli Hukkinen <[email protected]>
kdeldycke
added a commit
to kdeldycke/meta-package-manager
that referenced
this issue
Sep 17, 2021
Replace tomlkit dependency by tomli. Other projects are switching too: nedbat/coveragepy#1180
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is your feature request related to a problem? Please describe.
pip is moving from toml to tomli pypa/pip#10035 coveragepy should consider following suit
toml
withtomli
for TOML v1.0.0 compat pypa/pip#10035toml
TOML library fortomli
psf/black#2301pyproject.toml
pytest-dev/pytest#8857pyproject.toml
#1186The text was updated successfully, but these errors were encountered: