diff --git a/py/desitarget/test/test_qa.py b/py/desitarget/test/test_qa.py index 30c41c68..69acc91a 100644 --- a/py/desitarget/test/test_qa.py +++ b/py/desitarget/test/test_qa.py @@ -59,7 +59,7 @@ def tearDown(self): if os.path.exists(filename): os.remove(filename) - @unittest.skipIf(_macos, "Skipping parallel test that fails on macOS.") + @unittest.skip("Test failing on Python >3.9 due to desispec dependency.") def test_qa_main(self): """Test plots/pages made for some main survey target types. """ @@ -84,7 +84,7 @@ def test_qa_main(self): # ADM there are only .html, .dat and .png files. self.assertEqual(pngs+htmls+dats, alls) - @unittest.skip("Test fails on Python >3.9, but CMX so deprecated.") + @unittest.skip("Test failing on Python >3.9 due to desispec dependency.") def test_qa_cmx(self): """Test plots/pages are made for some commissioning targets. """