mirror of https://github.com/mamba-org/mamba.git
fix: Temporarily skip `test_pip_git_https_lockfile` (#3838)
Signed-off-by: Julien Jerphanion <git@jjerphan.xyz>
This commit is contained in:
parent
241fe11c34
commit
392fe3b7c3
|
@ -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(
|
@pytest.mark.skipif(
|
||||||
platform.system() not in ["Darwin", "Linux"],
|
platform.system() not in ["Darwin", "Linux"],
|
||||||
reason="Used lockfile only handles macOS and Linux.",
|
reason="Used lockfile only handles macOS and Linux.",
|
||||||
|
|
Loading…
Reference in New Issue