Skip to content

scripts: Don't capture output in prepare-release-pr.py #8805

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

Merged
merged 1 commit into from
Jun 28, 2021

Conversation

The-Compiler
Copy link
Member

We don't need to access the output in the script, and if we capture it,
we don't get any output on CI, so no way to see why a release failed.

Failing release here: https://github.com/pytest-dev/pytest/runs/2931408672?check_suite_focus=true#step:6:35

I deleted the 7.0.x maint branch I had created again, so we don't need to backport this (it's only been around for a couple of minutes). Will recreate once it's in.

We don't need to access the output in the script, and if we capture it,
we don't get any output on CI, so no way to see why a release failed.
@The-Compiler The-Compiler added this to the 7.0 milestone Jun 28, 2021
@The-Compiler The-Compiler enabled auto-merge (squash) June 28, 2021 12:11
@The-Compiler The-Compiler merged commit e729e0d into pytest-dev:main Jun 28, 2021
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.

2 participants