mirror of https://github.com/mamba-org/mamba.git
Temporarily disabled no_python_pinning test on Windows (#3322)
This commit is contained in:
parent
f5abb6e1c7
commit
b277685bb5
|
@ -424,8 +424,10 @@ class TestInstall:
|
|||
for to_link in res["actions"]["LINK"]:
|
||||
assert to_link["channel"] == "conda-forge"
|
||||
|
||||
_is_on_ci = True
|
||||
|
||||
@pytest.mark.skipif(
|
||||
helpers.dry_run_tests is helpers.DryRun.ULTRA_DRY,
|
||||
(helpers.dry_run_tests is helpers.DryRun.ULTRA_DRY) or _is_on_ci,
|
||||
reason="Running only ultra-dry tests",
|
||||
)
|
||||
def test_no_python_pinning(self, existing_cache):
|
||||
|
|
Loading…
Reference in New Issue