fix: Temporarily skip `test_pip_git_https_lockfile` (#3838)

Signed-off-by: Julien Jerphanion <git@jjerphan.xyz>
This commit is contained in:
Julien Jerphanion 2025-02-26 12:24:29 +01:00 committed by GitHub
parent 241fe11c34
commit 392fe3b7c3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 0 deletions

View File

@ -164,6 +164,9 @@ def test_lockfile_with_pip(tmp_home, tmp_root_prefix, tmp_path):
)
# TODO: Remove this test once this is fixed:
# https://github.com/dateutil/dateutil/issues/1419
@pytest.mark.skip(reason="See https://github.com/mamba-org/mamba/pull/3796#issuecomment-2683061013")
@pytest.mark.skipif(
platform.system() not in ["Darwin", "Linux"],
reason="Used lockfile only handles macOS and Linux.",