diff options
| author | Matt Rendina <rendinam@users.noreply.github.com> | 2019-10-01 09:52:00 -0400 | 
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-10-01 09:52:00 -0400 | 
| commit | 3b4ad692493564d992039a42be166d699960463e (patch) | |
| tree | 060545f36bb2ded8e1ffc8d02567c86738599fb4 /ci-watson | |
| parent | 667a1925d104bf5dc30ee40e7184d26b3aed6bae (diff) | |
| download | astroconda-contrib-3b4ad692493564d992039a42be166d699960463e.tar.gz | |
Remove pin of atomicwrites 1.2.1 in ci-watson recipe (#567)
* Building against latest atomicwrites works now.
* Remove commented line from testing
Diffstat (limited to 'ci-watson')
| -rw-r--r-- | ci-watson/meta.yaml | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/ci-watson/meta.yaml b/ci-watson/meta.yaml index dccb12f..b74d634 100644 --- a/ci-watson/meta.yaml +++ b/ci-watson/meta.yaml @@ -1,7 +1,7 @@  {% set name = 'ci-watson' %}  {% set reponame = 'ci_watson' %}  {% set version = '0.4' %} -{% set number = '0' %} +{% set number = '1' %}  about:      home: https://github.com/spacetelescope/{{ reponame }} @@ -20,7 +20,7 @@ requirements:      build:      - pytest      - setuptools -    - atomicwrites=1.2.1 +    - atomicwrites      - python {{ python }}      run:      - pytest | 
