Temporarily disabled no_python_pinning test on Windows (#3322)

This commit is contained in:
Johan Mabille 2024-06-14 11:42:35 +02:00 committed by GitHub
parent f5abb6e1c7
commit b277685bb5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 1 deletions

View File

@ -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):