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

Remove a redundant assignment in Tools/unittestgui/unittestgui.py #21438

Merged
merged 2 commits into from May 16, 2021

Conversation

@shidenko97
Copy link
Contributor

@shidenko97 shidenko97 commented Jul 10, 2020

I've just removed duplicated defining an attribute __rollbackImporter in class BaseGUITestRunner, module unittestgui. It's not important, but Python code should be clear.

Automerge-Triggered-By: GH:iritkatriel

@shidenko97 shidenko97 changed the title Removed duplicate of defining __rollbackImporter in BaseGUITestRunner Removed duplicate of defining __rollbackImporter in BaseGUITestRunner [skip issue] Jul 10, 2020
@shidenko97 shidenko97 changed the title Removed duplicate of defining __rollbackImporter in BaseGUITestRunner [skip issue] Removed duplicate of defining __rollbackImporter in BaseGUITestRunner [skip issue, skip news] Jul 10, 2020
@eamanu
eamanu approved these changes Jul 11, 2020
Copy link
Contributor

@eamanu eamanu left a comment

Hi! Good catch @shidenko97 LGTM.

IMO is very simple change, and I'm curious why this line is there.

@iritkatriel iritkatriel changed the title Removed duplicate of defining __rollbackImporter in BaseGUITestRunner [skip issue, skip news] Remove a redundant assignment in Tools/unittestgui/unittestgui.py May 16, 2021
@iritkatriel
Copy link
Member

@iritkatriel iritkatriel commented May 16, 2021

closing and reopening to get a current test run.

@iritkatriel iritkatriel reopened this May 16, 2021
@iritkatriel
Copy link
Member

@iritkatriel iritkatriel commented May 16, 2021

This probably needs to be rebased.

@shidenko97
Copy link
Contributor Author

@shidenko97 shidenko97 commented May 16, 2021

This probably needs to be rebased.

@iritkatriel Main merged to current branch

@iritkatriel iritkatriel merged commit a42d98e into python:main May 16, 2021
10 of 11 checks passed
10 of 11 checks passed
@github-actions
Check for source changes
Details
@github-actions
Check if generated files are up to date
Details
@github-actions
Windows (x86) Windows (x86)
Details
@github-actions
Windows (x64)
Details
@github-actions
macOS
Details
@github-actions
Ubuntu
Details
@github-actions
Ubuntu SSL tests with OpenSSL
Details
Azure Pipelines PR #20210516.25 succeeded
Details
@travis-ci
Travis CI - Pull Request Build Passed
Details
@bedevere-bot
bedevere/issue-number Issue report skipped
@bedevere-bot
bedevere/news "skip news" label found
@miss-islington
Copy link
Contributor

@miss-islington miss-islington commented May 16, 2021

Thanks @shidenko97 for the PR, and @iritkatriel for merging it 🌮🎉.. I'm working now to backport this PR to: 3.10, 3.9.
🐍🍒🤖

miss-islington added a commit to miss-islington/cpython that referenced this pull request May 16, 2021
…thonGH-21438)

(cherry picked from commit a42d98e)

Co-authored-by: Serhii Hidenko <shidenko97@gmail.com>
@bedevere-bot
Copy link

@bedevere-bot bedevere-bot commented May 16, 2021

GH-26168 is a backport of this pull request to the 3.10 branch.

miss-islington added a commit to miss-islington/cpython that referenced this pull request May 16, 2021
…thonGH-21438)

(cherry picked from commit a42d98e)

Co-authored-by: Serhii Hidenko <shidenko97@gmail.com>
@bedevere-bot
Copy link

@bedevere-bot bedevere-bot commented May 16, 2021

GH-26169 is a backport of this pull request to the 3.9 branch.

iritkatriel pushed a commit that referenced this pull request May 16, 2021
…-21438) (#26169)

(cherry picked from commit a42d98e)

Co-authored-by: Serhii Hidenko <shidenko97@gmail.com>
iritkatriel added a commit to iritkatriel/cpython that referenced this pull request May 16, 2021
….py (pythonGH-21438)

(cherry picked from commit a42d98e)

Co-authored-by: Serhii Hidenko <shidenko97@gmail.com>
iritkatriel added a commit that referenced this pull request May 16, 2021
….py (GH-21438) (GH-26171)

(cherry picked from commit a42d98e)

Co-authored-by: Serhii Hidenko <shidenko97@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
6 participants