-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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 failing on master #5834
Comments
Looks similar to this issue. Can you upgrade |
When I try with
|
Interesting. I can see why mypy would complain there, but I do not understand why it doesn't complain in our CI, or in my local. Just to confirm - does mypy pass when adding |
@bblommers I have also been running into the Original error:
Mypy test results after adding the comment:
|
OK, this should be good now! Please let us know if you're running into any other issues though. |
I want to write a patch for moto. To start with, I'm trying to run unit tests on master prior to me writing any code.
Those tests are failing.
I'm following these instructions.
I've checked out commit 6da1289, which is the latest master commit.
When I run
make test
, it fails.I'm running on a macbook, python 3.10.0.
pip3 list
gives:The text was updated successfully, but these errors were encountered: