1
1
Fork 0
mirror of https://github.com/pypa/pip synced 2023-12-13 21:30:23 +01:00

Add marker to Mercurial test

This commit is contained in:
Tzu-ping Chung 2020-01-14 18:00:49 +08:00
parent 284352a42c
commit d301cbeb4e

View file

@ -1,7 +1,8 @@
from pip._internal.vcs.mercurial import Mercurial
from tests.lib import _create_test_package
from tests.lib import _create_test_package, need_mercurial
@need_mercurial
def test_get_repository_root(script):
version_pkg_path = _create_test_package(script, vcs="hg")
tests_path = version_pkg_path.joinpath("tests")