diff options
author | James Davies <jdavies@stsci.edu> | 2019-05-31 16:40:42 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@users.noreply.github.com> | 2019-05-31 16:40:42 -0400 |
commit | cd5389b7247a77e5476bc9395a1adf3d1a5bb4c4 (patch) | |
tree | 652ddff5e0667aac023c6aad5a5b1163267404af | |
parent | aaad924953d4e608afda22cba7b90f6e6de32a46 (diff) | |
download | astroconda-dev-cd5389b7247a77e5476bc9395a1adf3d1a5bb4c4.tar.gz |
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.
-rw-r--r-- | jwst/meta.yaml | 2 |
1 files changed, 0 insertions, 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. |