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.7] bpo-34279: Synchronize regrtest with master #10800

Merged
merged 3 commits into from Nov 29, 2018
Merged

Conversation

Projects
None yet
6 participants
@vstinner
Copy link
Member

@vstinner vstinner commented Nov 29, 2018

https://bugs.python.org/issue34279

Copy link

@hobbestigrou hobbestigrou left a comment

It's ok for me. I agree.

Loading

@vstinner vstinner merged commit 8a73cac into python:3.7 Nov 29, 2018
6 checks passed
Loading
@vstinner vstinner deleted the regrtest37 branch Nov 29, 2018
@miss-islington
Copy link
Contributor

@miss-islington miss-islington commented Nov 29, 2018

Thanks @vstinner for the PR 🌮🎉.. I'm working now to backport this PR to: 3.6.
🐍🍒🤖

Loading

@bedevere-bot
Copy link

@bedevere-bot bedevere-bot commented Nov 29, 2018

GH-10802 is a backport of this pull request to the 3.6 branch.

Loading

miss-islington added a commit to miss-islington/cpython that referenced this issue Nov 29, 2018
* bpo-34605, libregrtest: Rename --slaveargs to --worker-args (pythonGH-9099)

Rename also run_tests_slave() to run_tests_worker().

(cherry picked from commit 012f5b9)

* bpo-34279, regrtest: Issue a warning if no tests have been executed (pythonGH-10150)

(cherry picked from commit 9724348)

* test_regrtest: remove unused threading import
(cherry picked from commit 8a73cac)

Co-authored-by: Victor Stinner <vstinner@redhat.com>
miss-islington added a commit that referenced this issue Nov 29, 2018
* bpo-34605, libregrtest: Rename --slaveargs to --worker-args (GH-9099)

Rename also run_tests_slave() to run_tests_worker().

(cherry picked from commit 012f5b9)

* bpo-34279, regrtest: Issue a warning if no tests have been executed (GH-10150)

(cherry picked from commit 9724348)

* test_regrtest: remove unused threading import
(cherry picked from commit 8a73cac)

Co-authored-by: Victor Stinner <vstinner@redhat.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment