From de79455547342c176b4438df8c7275b2799f0b07 Mon Sep 17 00:00:00 2001 From: Matt Rendina Date: Wed, 31 Oct 2018 16:18:51 -0400 Subject: Temp. disable astropy recipe test section until numpy!=1.15.3 situation gets sorted. --- astropy/meta.yaml | 22 +++++++++++----------- 1 file 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 -- cgit