Skip to content

Commit

Permalink
(very old) Deprecate tests that are currentlwith Pythonfailing on 3.1…
Browse files Browse the repository at this point in the history
…0 due to desispec
  • Loading branch information
geordie666 committed Sep 9, 2024
1 parent 9b52ec4 commit 63090cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions py/desitarget/test/test_qa.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
"""
Expand All @@ -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.
"""
Expand Down

0 comments on commit 63090cc

Please sign in to comment.