-
-
Notifications
You must be signed in to change notification settings - Fork 143
Fix nightly tests #436
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
Fix nightly tests #436
Conversation
pyproject.toml
Outdated
@@ -37,7 +37,7 @@ types-pytz = ">= 2022.1.1" | |||
mypy = "0.990" | |||
pyarrow = ">=9.0.0" | |||
pytest = ">=7.1.2" | |||
pyright = ">=1.1.278" | |||
pyright = "<=1.1.279" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe add a pyright issue number, if it exists
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Latest main uses pyright
>= 1.1.281, so this is resolved.
@bashtage or @twoertwein this is now good to go. Can one of you merge? |
Good to have this in. |
Nightly will probably be breaking a lot in the next few months unfortunately. |
Replaces PR #433, which was a starting point
Added tests to catch exceptions
Also avoid pyright 1.1.280 because it has bugs