summaryrefslogtreecommitdiff
path: root/stsci.tools
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@users.noreply.github.com>2018-02-14 21:37:32 -0500
committerGitHub <noreply@github.com>2018-02-14 21:37:32 -0500
commit0014929a548b06f85c3409c51f5dd34791421cad (patch)
tree64f6ee18562df542014c6c95da412baa0ea77fd6 /stsci.tools
parentb0bf82d1f1114831c600160563eb403ec69e2a00 (diff)
downloadastroconda-contrib-0014929a548b06f85c3409c51f5dd34791421cad.tar.gz
Add missing pytest-runner requirement (#308)
Diffstat (limited to 'stsci.tools')
-rw-r--r--stsci.tools/meta.yaml1
1 files changed, 1 insertions, 0 deletions
diff --git a/stsci.tools/meta.yaml b/stsci.tools/meta.yaml
index 490af6a..c047e3a 100644
--- a/stsci.tools/meta.yaml
+++ b/stsci.tools/meta.yaml
@@ -23,6 +23,7 @@ requirements:
build:
- astropy >=1.1
- setuptools
+ - pytest-runner
- numpy {{ numpy }}
- python {{ python }}