Skip to content

Commit

Permalink
deprecate one more unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
geordie666 committed Sep 9, 2024
1 parent 63090cc commit 3f22d9e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions py/desitarget/test/test_qa.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ def test_qa_cmx(self):
# ADM there are only .html, .dat and .png files.
self.assertEqual(pngs+htmls+dats, alls)

@unittest.skip("Test failing on Python >3.9 due to desispec dependency.")
def test_qa_mocks(self):
"""Test mock QA plots/pages
"""
Expand Down

0 comments on commit 3f22d9e

Please sign in to comment.