From 3b4ad692493564d992039a42be166d699960463e Mon Sep 17 00:00:00 2001 From: Matt Rendina Date: Tue, 1 Oct 2019 09:52:00 -0400 Subject: Remove pin of atomicwrites 1.2.1 in ci-watson recipe (#567) * Building against latest atomicwrites works now. * Remove commented line from testing --- ci-watson/meta.yaml | 4 ++-- 1 file 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 -- cgit