From cd5389b7247a77e5476bc9395a1adf3d1a5bb4c4 Mon Sep 17 00:00:00 2001 From: James Davies Date: Fri, 31 May 2019 16:40:42 -0400 Subject: Remove jwst.steps from import test in jwst recipe (#198) This test is now moved to the `jwst` package itself, so no need to do it here. And we would like to remove `steps.py` as it now serves no purpose. --- jwst/meta.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/jwst/meta.yaml b/jwst/meta.yaml index 90a96a8..fe0b11c 100644 --- a/jwst/meta.yaml +++ b/jwst/meta.yaml @@ -73,5 +73,3 @@ source: test: imports: - jwst - - jwst.steps - # no timeconversion: JPL network is too unstable to obtain *.bsp files. -- cgit