diff options
author | Joseph Hunkeler <jhunkeler@users.noreply.github.com> | 2018-02-14 21:37:32 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-02-14 21:37:32 -0500 |
commit | 0014929a548b06f85c3409c51f5dd34791421cad (patch) | |
tree | 64f6ee18562df542014c6c95da412baa0ea77fd6 /stsci.tools | |
parent | b0bf82d1f1114831c600160563eb403ec69e2a00 (diff) | |
download | astroconda-contrib-0014929a548b06f85c3409c51f5dd34791421cad.tar.gz |
Add missing pytest-runner requirement (#308)
Diffstat (limited to 'stsci.tools')
-rw-r--r-- | stsci.tools/meta.yaml | 1 |
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 }} |