diff options
author | James Davies <jdavies@stsci.edu> | 2019-03-12 14:32:50 -0400 |
---|---|---|
committer | Matt Rendina <rendinam@users.noreply.github.com> | 2019-03-12 14:32:50 -0400 |
commit | f4b19c7307e21b397f04d62e92a3b96cdc76c549 (patch) | |
tree | be2878fc3bcdeb38d055dc6b7073d7da20863d1e | |
parent | a4700a78b4dab1b6914c12264ab63bc0c67dbcdf (diff) | |
download | astroconda-dev-f4b19c7307e21b397f04d62e92a3b96cdc76c549.tar.gz |
Remove namedlist and pytest from jwst build recipe (#184)
-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 2d670c0..90a96a8 100644 --- a/jwst/meta.yaml +++ b/jwst/meta.yaml @@ -31,7 +31,6 @@ requirements: - matplotlib - photutils - pymssql - - pytest - scipy - spherical-geometry - stsci.image @@ -53,7 +52,6 @@ requirements: - matplotlib - photutils - pymssql - - pytest - scipy - spherical-geometry - stsci.image |