From ab7f05465b52b4306ae5a686aa20e89cf2781bf2 Mon Sep 17 00:00:00 2001 From: Miroslav Saur Date: Sun, 10 Aug 2025 16:59:45 +0000 Subject: [PATCH] Merge branch 'prepare-gaudi-v40' into 'master' Prepare for drop of QMTest support in Gaudi See merge request lhcb/Panoptes!514 (cherry picked from commit 82d66a1987f30c9c4b48c2595387566021d80bff) 49d4597e Prepare for drop of QMTest support in Gaudi Co-authored-by: Christopher Rob Jones --- Rich/Panoptes/python/Panoptes/qmtest/exclusions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rich/Panoptes/python/Panoptes/qmtest/exclusions.py b/Rich/Panoptes/python/Panoptes/qmtest/exclusions.py index 84c6e68e3..efe062ea3 100644 --- a/Rich/Panoptes/python/Panoptes/qmtest/exclusions.py +++ b/Rich/Panoptes/python/Panoptes/qmtest/exclusions.py @@ -8,7 +8,7 @@ # granted to it by virtue of its status as an Intergovernmental Organization # # or submit itself to any jurisdiction. # ############################################################################### -from GaudiTesting.BaseTest import LineSkipper +from GaudiConf.QMTest.BaseTest import LineSkipper from Moore.qmtest.exclusions import RecPreprocessor, skip_scheduler from Moore.qmtest.exclusions import ref_preprocessor as moore_ref_preprocessor from Moore.qmtest.exclusions import remove_known_warnings as moore_remove_known_warnings -- GitLab