Skip to content

Commit

Permalink
Skip GitHub + SVN failure
Browse files Browse the repository at this point in the history
  • Loading branch information
kenodegard committed Dec 6, 2023
1 parent 2246c17 commit 96c5d64
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/test_api_build.py
Original file line number Diff line number Diff line change
Expand Up @@ -412,6 +412,9 @@ def dummy_executable(folder, exename):
return exename


@pytest.mark.skip(
reason="GitHub discontinued SVN, see https://github.com/conda/conda-build/issues/5098"
)
def test_checkout_tool_as_dependency(testing_workdir, testing_config, monkeypatch):
# "hide" svn by putting a known bad one on PATH
exename = dummy_executable(testing_workdir, "svn")
Expand Down

0 comments on commit 96c5d64

Please sign in to comment.