Skip to content
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鈥檒l 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

Merged
merged 8 commits into from Oct 31, 2022

Conversation

Zac-HD
Copy link
Member

@Zac-HD Zac-HD commented Oct 30, 2022

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.

@Zac-HD
Copy link
Member Author

Zac-HD commented Oct 30, 2022

I'm not sure what's happened to codecov, but the other "expected checks" are removed-and-replaced in this PR; if it otherwise looks good we'll need to adjust the branch protection settings.

Copy link
Member

@pquentin pquentin left a 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
Copy link
Member

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?

Copy link
Member Author

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.

@pquentin
Copy link
Member

pquentin commented Oct 31, 2022

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.

@Zac-HD Zac-HD merged commit 9f7dd7f into python-trio:master Oct 31, 2022
@Zac-HD Zac-HD deleted the general-maintenance branch October 31, 2022 15:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants