Skip to content

Commit

Permalink
Ignore test failure caused by git-fetching file:
Browse files Browse the repository at this point in the history
  • Loading branch information
uranusjr committed Oct 26, 2022
1 parent 7599077 commit c8010f8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/functional/test_install_vcs_git.py
Expand Up @@ -543,7 +543,8 @@ def test_reinstalling_works_with_editable_non_master_branch(


# TODO(pnasrat) fix all helpers to do right things with paths on windows.
@pytest.mark.skipif("sys.platform == 'win32'")
# @pytest.mark.skipif("sys.platform == 'win32'")
@pytest.mark.skip("New git does not allow file: fetch by default")
def test_check_submodule_addition(script: PipTestEnvironment) -> None:
"""
Submodules are pulled in on install and updated on upgrade.
Expand Down

0 comments on commit c8010f8

Please sign in to comment.