-
-
Notifications
You must be signed in to change notification settings - Fork 268
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
Tests Fail Depending on tomlkit
Version
#628
Comments
adam-grant-hendry
changed the title
PR #626 Breaks Tests
Update Dec 3, 2022
pyproject.toml
dependency version for tomlkit
adam-grant-hendry
changed the title
Update
Update version for Dec 3, 2022
pyproject.toml
dependency version for tomlkit
tomlkit
in pyproject.toml
adam-grant-hendry
changed the title
Update version for
Tests Fail Depending on Dec 3, 2022
tomlkit
in pyproject.toml
tomlkit
Version
I prefer the second one. |
This was referenced Dec 16, 2022
In case this issue remains open until support for Python 3.10 is dropped, tomlib was added to the standard library in Python 3.11, so the dependency on tomlkit can eventually be dropped. |
Any update on this? Is it still happening on |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
PR #626 changed
to accomodate changes to
tomlkit
from0.11.5
to0.11.6
. However, thepyproject.toml
still has the version set asHence, tests fail for
tomlkit<=0.11.5
.Steps to reproduce
Run
pytest
oncommitizen
repo withtomlkit<=0.11.5
.Current behavior
The following 6 tests fail:
pytest_report.zip
when
tomlkit
is<= 0.11.5
, but pass whentomlkit >= 0.11.6
.Desired behavior
Either of the following, depending on what should be supported:
Update
pyproject.toml
to specifyor
tomlkit
<=0.11.5
separate from test cases fortomlkit > 0.11.5
.Screenshots
No response
Environment
2.37.1
3.8.10
Windows 10
The text was updated successfully, but these errors were encountered: