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’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[3.8] Fix broken test for MutableSet.pop() (GH-25209) #25270

Merged
merged 1 commit into from
Apr 7, 2021

Conversation

miss-islington
Copy link
Contributor

Changes the test to not assert concrete result of pop, but just that it
was an item from the set, and that the set shrunk by one.
(cherry picked from commit 453074c)

Co-authored-by: Stepan Sindelar me@stevesindelar.cz

Changes the test to not assert concrete result of pop, but just that it
was an item from the set, and that the set shrunk by one.
(cherry picked from commit 453074c)

Co-authored-by: Stepan Sindelar <me@stevesindelar.cz>
@miss-islington
Copy link
Contributor Author

@steve-s and @rhettinger: Status check is done, and it's a success ✅ .

2 similar comments
@miss-islington
Copy link
Contributor Author

@steve-s and @rhettinger: Status check is done, and it's a success ✅ .

@miss-islington
Copy link
Contributor Author

@steve-s and @rhettinger: Status check is done, and it's a success ✅ .

@rhettinger rhettinger merged commit 05d0fcd into python:3.8 Apr 7, 2021
@miss-islington miss-islington deleted the backport-453074c-3.8 branch April 7, 2021 23:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
skip issue skip news tests Tests in the Lib/test dir
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants