Skip to content

Tests depend on Bitbucket Mercurial support (sunsetting June 1, 2020) #7014

Open
@cjerdonek

Description

@cjerdonek

Some of pip's tests depend on Bitbucket support for Mercurial, which sunsets June 1, 2020: https://bitbucket.org/blog/sunsetting-mercurial-support-in-bitbucket

Here is one such test:

@need_mercurial
def test_install_global_option_using_editable(script, tmpdir):
"""
Test using global distutils options, but in an editable installation
"""
url = 'hg+http://bitbucket.org/runeh/anyjson'
result = script.pip(
'install', '--global-option=--version', '-e',
'%[email protected]#egg=anyjson' % local_checkout(url, tmpdir.joinpath("cache")),
expect_stderr=True)

(Also, external repos that pip's tests depend on should probably be under the PyPA organization.)

Metadata

Metadata

Assignees

No one assigned

    Labels

    C: testsTesting and related thingsC: vcspip's interaction with version control systems like git, svn and bzrtype: maintenanceRelated to Development and Maintenance Processes

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions