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

In unittest doc, replace Hudson CI with Travis and Appveyor #85500

Closed
DmytroLitvinov mannequin opened this issue Jul 17, 2020 · 9 comments
Closed

In unittest doc, replace Hudson CI with Travis and Appveyor #85500

DmytroLitvinov mannequin opened this issue Jul 17, 2020 · 9 comments
Labels
3.10 only security fixes docs Documentation in the Doc dir type-bug An unexpected behavior, bug, or error

Comments

@DmytroLitvinov
Copy link
Mannequin

DmytroLitvinov mannequin commented Jul 17, 2020

BPO 41328
Nosy @gvanrossum, @terryjreedy, @miss-islington, @DmytroLitvinov
PRs
  • bpo-41328: Replace mention of Hudson CI with Travis CI and AppVeyor #21653
  • [3.8] bpo-41328: Replace mention of Hudson CI with Travis CI and AppVeyor (GH-21653) #21659
  • [3.9] bpo-41328: Replace mention of Hudson CI with Travis CI and AppVeyor (GH-21653) #21660
  • Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

    Show more details

    GitHub fields:

    assignee = None
    closed_at = <Date 2020-07-28.14:52:09.519>
    created_at = <Date 2020-07-17.20:28:36.502>
    labels = ['type-bug', '3.10', 'docs']
    title = 'In unittest doc, replace Hudson CI with Travis and Appveyor'
    updated_at = <Date 2020-07-28.15:06:34.519>
    user = 'https://github.com/DmytroLitvinov'

    bugs.python.org fields:

    activity = <Date 2020-07-28.15:06:34.519>
    actor = 'DmytroLitvinov'
    assignee = 'docs@python'
    closed = True
    closed_date = <Date 2020-07-28.14:52:09.519>
    closer = 'gvanrossum'
    components = ['Documentation']
    creation = <Date 2020-07-17.20:28:36.502>
    creator = 'DmytroLitvinov'
    dependencies = []
    files = []
    hgrepos = []
    issue_num = 41328
    keywords = ['patch']
    message_count = 9.0
    messages = ['373852', '374198', '374230', '374465', '374494', '374495', '374498', '374499', '374502']
    nosy_count = 5.0
    nosy_names = ['gvanrossum', 'terry.reedy', 'docs@python', 'miss-islington', 'DmytroLitvinov']
    pr_nums = ['21653', '21659', '21660']
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = 'behavior'
    url = 'https://bugs.python.org/issue41328'
    versions = ['Python 3.10']

    @DmytroLitvinov
    Copy link
    Mannequin Author

    DmytroLitvinov mannequin commented Jul 17, 2020

    In the documentation (https://docs.python.org/3.8/library/unittest.html) there is a mention of Hudson(http://hudson-ci.org/) as continuous integration system for tests. According to wikipedia(https://en.wikipedia.org/wiki/Hudson_(software)), Hudson "Having been replaced by Jenkins, Hudson is no longer maintained[9][10] and was announced as obsolete in February 2017.[11]"

    My recommendation for that is to change the mention of "Hudson" to "Jenkins".

    I am ready to prepare PR for that change.

    @DmytroLitvinov DmytroLitvinov mannequin added the type-feature A feature request or enhancement label Jul 17, 2020
    @DmytroLitvinov DmytroLitvinov mannequin added docs Documentation in the Doc dir type-feature A feature request or enhancement labels Jul 17, 2020
    @DmytroLitvinov DmytroLitvinov mannequin added the docs Documentation in the Doc dir label Jul 17, 2020
    @gvanrossum
    Copy link
    Member

    Why not add Travis-CI and AppVeyor?

    @terryjreedy
    Copy link
    Member

    After reading the Wikipedia article, I agree with removing Hudson.

    The text is the same in the master branch (future 3.10), so make a PR against master. We will backport to 3.9 and 3.8 from there.

    Jenkins is already mentioned. So replace 'or Hudson' with 'Travis-CI, or AppVeyor', each linked to its home page as the others are. Please sign the Contributor Agreement *before* submitting a PR.
    https://www.python.org/psf/contrib/

    @terryjreedy terryjreedy added 3.10 only security fixes type-bug An unexpected behavior, bug, or error and removed type-feature A feature request or enhancement labels Jul 25, 2020
    @terryjreedy terryjreedy changed the title Hudson CI is not available anymore In unittest doc, replace Hudson CI with Travis and Appveyor Jul 25, 2020
    @terryjreedy terryjreedy changed the title Hudson CI is not available anymore In unittest doc, replace Hudson CI with Travis and Appveyor Jul 25, 2020
    @DmytroLitvinov
    Copy link
    Mannequin Author

    DmytroLitvinov mannequin commented Jul 28, 2020

    Hi Terry,

    Seems like link to Academic Free License v. 2.1(https://www.python.org/psf/contrib/) does not work. That link is mentioned at https://www.python.org/psf/contrib/ that you gave me.

    Also, I have signed CLA before submitting PR as you wrote. From CLA bot at GitHub I see that I need to wait at least one business day. Should I wait for approval and then I could ping you one more time for reviewing patch?

    @miss-islington
    Copy link
    Contributor

    New changeset 5e38267 by Dmytro Litvinov in branch 'master':
    bpo-41328: Replace mention of Hudson CI with Travis CI and AppVeyor (GH-21653)
    5e38267

    @gvanrossum
    Copy link
    Member

    Can you file a separate bug report for the license link? We may need to review that with the lawyer, to see if we can use AFL 3.0, since AFL 2.1 seems obsolete.

    @miss-islington
    Copy link
    Contributor

    New changeset e31b8a5 by Miss Islington (bot) in branch '3.9':
    bpo-41328: Replace mention of Hudson CI with Travis CI and AppVeyor (GH-21653)
    e31b8a5

    @miss-islington
    Copy link
    Contributor

    New changeset 59cfba3 by Miss Islington (bot) in branch '3.8':
    bpo-41328: Replace mention of Hudson CI with Travis CI and AppVeyor (GH-21653)
    59cfba3

    @DmytroLitvinov
    Copy link
    Mannequin Author

    DmytroLitvinov mannequin commented Jul 28, 2020

    @ezio-melotti ezio-melotti transferred this issue from another repository Apr 10, 2022
    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
    Labels
    3.10 only security fixes docs Documentation in the Doc dir type-bug An unexpected behavior, bug, or error
    Projects
    None yet
    Development

    No branches or pull requests

    3 participants