From 85865b5d63a645529a515f32c496b56681624ce6 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Wed, 31 May 2017 10:29:50 -0400 Subject: astropy: add pytest as build dependency (#29) --- astropy/meta.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/astropy/meta.yaml b/astropy/meta.yaml index 56f6c94..2db3897 100644 --- a/astropy/meta.yaml +++ b/astropy/meta.yaml @@ -18,6 +18,7 @@ requirements: build: - cython - jinja2 + - pytest - setuptools - numpy x.x - python x.x -- cgit