From d8b0df6f5bc44f830f1da1cf35c15462abda5cd4 Mon Sep 17 00:00:00 2001 From: Nicole C <48625123+nicolecheetham@users.noreply.github.com> Date: Tue, 25 Jun 2024 03:34:11 -0400 Subject: Make url_fetch tests work on Windows (#44809) --- lib/spack/spack/test/url_fetch.py | 3 --- 1 file changed, 3 deletions(-) (limited to 'lib') diff --git a/lib/spack/spack/test/url_fetch.py b/lib/spack/spack/test/url_fetch.py index 6dd548d858..dadac0944e 100644 --- a/lib/spack/spack/test/url_fetch.py +++ b/lib/spack/spack/test/url_fetch.py @@ -173,8 +173,6 @@ def test_fetch( assert "echo Building..." in contents -# TODO-27021 -@pytest.mark.not_on_windows("Not supported on Windows (yet)") @pytest.mark.parametrize( "spec,url,digest", [ @@ -205,7 +203,6 @@ def test_from_list_url(mock_packages, config, spec, url, digest, _fetch_method): assert fetch_strategy.extra_options == {"timeout": 60} -@pytest.mark.not_on_windows("Not supported on Windows (yet)") @pytest.mark.parametrize("_fetch_method", ["curl", "urllib"]) @pytest.mark.parametrize( "requested_version,tarball,digest", -- cgit v1.2.3-70-g09d2