Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 0 additions & 10 deletions tests/test_pipelines.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading