-
Notifications
You must be signed in to change notification settings - Fork 3.1k
I need to add tests for a few PRs I've made #5277
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
Comments
This comment has been minimized.
This comment has been minimized.
Agreed. For the original issue PR, I was short on time (exams ongoing) and that was a bug fix needed for 10.0.1. The rest of my PRs, the same reason. As for #5293, I do think it should have had a test. |
As @pradyunsg noted, we had limited time and wanted to get 10.0.1 released (there's a deadline for the Python 3.7 final beta that I wanted to hit). I made the call as release manager to put the changes in and follow up with the tests. |
Okay. Note that if there is ever another 10.x release branched off the tag
rather than master, it will not have the regression tests added later
unless they are backported to a 10.x branch for that purpose.
…On Sat, Apr 21, 2018 at 9:27 AM Paul Moore ***@***.***> wrote:
As @pradyunsg <https://github.com/pradyunsg> noted, we had limited time
and wanted to get 10.0.1 released (there's a deadline for the Python 3.7
final beta that I wanted to hit). I made the call as release manager to put
the changes in and follow up with the tests.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#5277 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AAVt7pJvfXwMPiFf-eLcg_n3eMAfmaXfks5tq14LgaJpZM4TYyic>
.
|
Correct. But our workflow is to release from master, that's where 10.1 will be released from. I don't see why you consider this a significant problem. |
I didn’t say it’s a significant problem. I just noted it. There have been
unplanned releases not from master in the past, so I think the point is
worth noting.
…On Sat, Apr 21, 2018 at 2:56 PM Paul Moore ***@***.***> wrote:
Correct. But our workflow is to release from master, that's where 10.1
will be released from. I don't see why you consider this a significant
problem.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#5277 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AAVt7qq3VHz0LfZ5XpcThomtGnfj7Hkvks5tq6smgaJpZM4TYyic>
.
|
This one is up for grabs, for any contributor who is familiar enough with pip's workflows to not need hand-holding around how to run the tests. Please go ahead and take a look at the PRs to understand what behavior needs to be tested. I'm happy to answer questions/help out with writing / figuring out these tests. :) |
Closing this out, since the checklist is complete. |
Uh oh!
There was an error while loading. Please reload this page.
Tracking issue so that I don't forget to write tests for
The text was updated successfully, but these errors were encountered: