From 1d79d41dfe9920fe18021dabbe2ffcf4b9b51990 Mon Sep 17 00:00:00 2001 From: Tim Jenness Date: Wed, 5 Nov 2025 13:33:14 -0700 Subject: [PATCH] Ignore sqlite resource warnings in tests --- python/lsst/sconsUtils/tests.py | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/python/lsst/sconsUtils/tests.py b/python/lsst/sconsUtils/tests.py index 275c656..99377f5 100644 --- a/python/lsst/sconsUtils/tests.py +++ b/python/lsst/sconsUtils/tests.py @@ -248,7 +248,12 @@ def run(self, fileGlob): if f.endswith(".cc"): # look for executable f = os.path.splitext(f)[0] else: - interpreter = "pytest -Wd --durations=5 --junit-xml=${TARGET}.xml" + interpreter = "pytest" + interpreter += ( + ' -Wd -W "ignore:unclosed database in