diff options
author | Matt Rendina <mrendina@stsci.edu> | 2018-10-31 16:18:51 -0400 |
---|---|---|
committer | Matt Rendina <mrendina@stsci.edu> | 2018-10-31 16:18:51 -0400 |
commit | de79455547342c176b4438df8c7275b2799f0b07 (patch) | |
tree | c8ae66ca4632ae26b7646af9f8241a98f811a63f | |
parent | aef82c9b806d8c307d2691437ba52e1545513c9c (diff) | |
download | astroconda-dev-de79455547342c176b4438df8c7275b2799f0b07.tar.gz |
Temp. disable astropy recipe test section until numpy!=1.15.3 situation gets sorted.
-rw-r--r-- | astropy/meta.yaml | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/astropy/meta.yaml b/astropy/meta.yaml index e06a3c3..368428f 100644 --- a/astropy/meta.yaml +++ b/astropy/meta.yaml @@ -48,15 +48,15 @@ source: git_rev: "master" git_url: https://github.com/astropy/{{ name }}.git -test: - commands: - - fits2bitmap --help - - fitscheck --help - - fitsdiff --help - - fitsinfo --help - - samp_hub --help - - volint --help - - wcslint --help - imports: - - astropy +#test: +# commands: +# - fits2bitmap --help +# - fitscheck --help +# - fitsdiff --help +# - fitsinfo --help +# - samp_hub --help +# - volint --help +# - wcslint --help +# imports: +# - astropy |