-
-
Notifications
You must be signed in to change notification settings - Fork 349
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
ruamel.yaml new API implementation broke #1059
Comments
@DavidAkinpelu ... Thank you for pointing this out: this is indeed due to recent changes in #1049. |
@DavidAkinpelu ... could you verify that #1060 fixes the issue? |
Got this error while trying to run the unit test. Seems the last two digits were switched.
|
Ok, this is due to #995 - checking equality on floats ... |
I pushed an update that should fix the remaining failing test. @DavidAkinpelu could you check? |
@ischoegl Worked! |
Problem description
Some unit tests failed due to the breakage in the implementation of the new
ruamel.yaml
API. It may be related to #1048 and #1049.Steps to reproduce
Run unit test on the main branch
System information
The text was updated successfully, but these errors were encountered: