We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c597da6 commit 5b3cbd8Copy full SHA for 5b3cbd8
astroquery/eso/tests/test_eso.py
@@ -143,7 +143,7 @@ def test_download(monkeypatch, tmp_path):
143
assert downloaded_files[0] == filename
144
145
146
-@pytest.mark.skipif(sys.platform == "win32", reason="gunzip not available on Windows")
+@pytest.mark.skipif(sys.platform.startswith("win"), reason="gunzip not available on Windows")
147
def test_unzip(tmp_path):
148
eso = Eso()
149
filename = os.path.join(DATA_DIR, 'testfile.fits.Z')
0 commit comments