Skip to content

Conversation

@grvillic
Copy link
Collaborator

Context

Add a missing Pip test to our suite that verifies the correct handling of a "dev" version.

@grvillic grvillic added the detector:pip The pip detector label Jan 31, 2022
@grvillic grvillic requested a review from a team as a code owner January 31, 2022 19:35
@grvillic grvillic requested a review from astatide January 31, 2022 19:35
@grvillic grvillic enabled auto-merge (squash) January 31, 2022 19:39
Assert.AreEqual(pythonVersion.PreReleaseLabel, "rc");
Assert.AreEqual(pythonVersion.PostNumber, 99);
Assert.AreEqual(pythonVersion.DevNumber, 2);
Assert.AreEqual(4, pythonVersion.Epoch);
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: Argument sorting here. "expected value", "actual value"

@JamieMagee
Copy link
Member

Verification test failure. Re-running. Bug is already logged here #56

@grvillic grvillic disabled auto-merge February 1, 2022 23:05
@grvillic grvillic merged commit e604b03 into main Feb 1, 2022
@grvillic grvillic deleted the grvillic/PyPiTest branch February 1, 2022 23:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

detector:pip The pip detector

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants