From 346a2adc4cf086aa81e9ce2765d5341c06983e8f Mon Sep 17 00:00:00 2001 From: chris-simpson Date: Sat, 3 Feb 2024 16:55:19 -1000 Subject: [PATCH] remove line that was accidentally left in --- gemini_instruments/test/test_astrodata_descriptors.py | 1 - 1 file changed, 1 deletion(-) diff --git a/gemini_instruments/test/test_astrodata_descriptors.py b/gemini_instruments/test/test_astrodata_descriptors.py index 2f974062e..259fdc492 100644 --- a/gemini_instruments/test/test_astrodata_descriptors.py +++ b/gemini_instruments/test/test_astrodata_descriptors.py @@ -30,7 +30,6 @@ def test_descriptor(instr, filename, descriptor, value): try: ad = astrodata.open(filepath) except FileNotFoundError: - raise pytest.skip(f"{filename} not found") else: ad = astrodata.open(astrodata.testing.download_from_archive(filename))