-
Notifications
You must be signed in to change notification settings - Fork 1
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
TypeError: Argument 'bases' has incorrect type (expected list, got tuple) #288
Comments
Hi @mtelka, I'm not able to recreate these test failures either locally or in the CI (here's a CI run from an hour ago https://github.com/dbatten5/maison/actions/runs/6811113148/job/18520779422). This looks like it might be an issue with pydantic pydantic/pydantic#7689 which may be fixed with an update to version 1.10.13. I've just merged in a change to main with this update so I'll do a patch release now and hopefully with that new version of maison the error should go away. |
I ran my tests with It is possible that some other installed Python package causes this issue, but I've no idea which one it could be. I do have installed many Python packages. Any suggestion how to debug this? Thank you. |
FYI, I retested maison 1.4.1 and it still fails. I tested with these versions:
|
After reading pydantic/pydantic#7689 (comment) I should note that I test with Python 3.9.16. |
Hmm I'm using the same versions as you for click, pydantic and toml. Python version 3.9.18. Not really sure what else to suggest here, might be worth raising an issue on the Pydantic repo |
Yes. I added a comment note to pydantic/pydantic#7689 because it really looks the issue is in |
I'm packaging
maison
for OpenIndiana. While running tests for the package I noticed there are six tests failing. All failures are like this one:Here is a list of failed tests:
The text was updated successfully, but these errors were encountered: