-
-
Notifications
You must be signed in to change notification settings - Fork 25
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
YAPF -> Black, drop py36 and async_generator
, test on newer Pythons
#129
Conversation
edcc792
to
f788fe7
Compare
I'm not sure what's happened to |
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.
Thanks! This looks good to me.
@@ -1,2 +1,2 @@ | |||
[pytest] | |||
addopts = -W error -ra -v --pyargs pytest_trio --verbose --cov |
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.
What was the issue with -W error?
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.
MultiError is deprecated, and I didn't want to go for elaborate workarounds when I've got another PR ready to fix it (and re-enable -W error) so soon.
I updated the required checks so this can now be merged! codecov is indeed broken, we're sending empty reports: https://app.codecov.io/github/python-trio/pytest-trio/commit/f788fe7d1bc7e7cbfa8e86d482018afd785536d1. The uploader complains about the checkout, maybe that's the issue. |
This is intended as a base for the actual feature work of #104 and #128; as a separate PR to make the next one much easier to review... and ensure that the tests all pass with just this base 😅
I also created python-trio/trio#2458 to track
async_generator
upstream.