From 28fc3e5a727465d26a4ba1d376a4858c3a6bc9c3 Mon Sep 17 00:00:00 2001 From: Ross Date: Mon, 20 Apr 2026 11:04:27 -0400 Subject: [PATCH] Remove pyproj after updating to rubin 13 --- tests/test_pipelines.py | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/tests/test_pipelines.py b/tests/test_pipelines.py index 1f63775b..f0cc41d8 100644 --- a/tests/test_pipelines.py +++ b/tests/test_pipelines.py @@ -24,16 +24,6 @@ import unittest -# Need to import pyproj to prevent file handle leakage since importing -# pyproj automatically opens proj.db and never closes it. We can not wait -# for some dependent code to import it whilst the test is running since then -# the leak checker will think it is a leak. -# TODO: Remove import after completing DM-54643. Use DM-54656 -try: - import pyproj # noqa: F401 -except ImportError: - pass - from lsst.pipe.base import Pipeline, PipelineGraph from lsst.resources import ResourcePath import lsst.utils