From 3fdefea1b0afeea718f2ab45852f993299c44e1a Mon Sep 17 00:00:00 2001 From: Richard Frank Date: Tue, 12 Apr 2016 17:52:32 -0400 Subject: [PATCH] BLD: Updated bcolz recipe customizations to be more accurate of reqs --- conda/bcolz/meta.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/conda/bcolz/meta.yaml b/conda/bcolz/meta.yaml index 7b785622..5e81384d 100644 --- a/conda/bcolz/meta.yaml +++ b/conda/bcolz/meta.yaml @@ -29,9 +29,9 @@ source: requirements: build: - python - - setuptools + - setuptools >18.0 - numpy x.x - - setuptools_scm + - setuptools_scm >1.5.4 - cython ==0.22.1 run: @@ -42,7 +42,7 @@ test: # Python imports imports: - bcolz -# - bcolz.tests + - bcolz.tests # commands: # You can put test commands to be run here. Use this to test that the @@ -52,9 +52,9 @@ test: # You can also put a file called run_test.py in the recipe that will be run # at test time. -# requires: -# - mock -# - unittest2 ; python_version < 2.7 + requires: + - mock + - unittest2 # [py26] # Put any additional test requirements here. For example # - nose