Details
-
Type:
Story
-
Status: Done
-
Resolution: Done
-
Fix Version/s: None
-
Component/s: pipe_drivers
-
Labels:
-
Story Points:0.5
-
Epic Link:
-
Sprint:Alert Production S17 - 2
-
Team:Alert Production
Description
pipe_drivers needs to be converted to python 3.
Attachments
Issue Links
- blocks
-
DM-8462 Wrap pipe_drivers with pybind11
- Done
- is blocked by
-
DM-7021 Update pex_exceptions to support Python 3
- Done
-
DM-7047 Port pex_config to Python 3
- Done
-
DM-7152 Port afw to Python 3
- Done
-
DM-7243 Adapt geom to py3
- Done
-
DM-7245 Port pipe_base to Python 3
- Done
-
DM-7264 Adapt ctrl_pool to py3
- Done
-
DM-7292 Port pipe_tasks to Python 3
- Done
- relates to
-
DM-9059 Create test suite for pipe_drivers
- Invalid
-
DM-6179 Support Python 3 migration
- Done
- mentioned in
-
Page Loading...
I've had a quick look at pipe_drivers and it looks like the port to python 3 will be pretty easy: a couple of old-style exceptions, some use of itervalues(), other minor tweaks.
Currently lsst_distrib works fine regardless because there are no tests in pipe_drivers to fail (
DM-9059).