Replies: 1 comment 1 reply
-
hi @hredestig - |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Prefect depends on toml which claims to pass the toml test suite. But, it fails to parse this example
Python's native tomllib parses it without issues.
Currently, I can't use the
prefect_test_harness
since it fails when trying to read my pyproject.toml where I store my tox config that make use of syntax like that.Suggest to drop the toml package in favour of tomllib.
Beta Was this translation helpful? Give feedback.
All reactions