From 7161da9522df6ccc5bf201174f8e6ffc33750862 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Wed, 31 May 2017 11:36:57 -0400 Subject: Add pytest as runtime dependency (#30) --- astropy/meta.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/astropy/meta.yaml b/astropy/meta.yaml index 2db3897..addbf88 100644 --- a/astropy/meta.yaml +++ b/astropy/meta.yaml @@ -33,6 +33,7 @@ requirements: - matplotlib - mpmath - pandas + - pytest - pytz - pyyaml - scikit-image -- cgit