From 19a77b51f2219965d7c0eda51ca344edf47f08d3 Mon Sep 17 00:00:00 2001 From: Yann Sionneau Date: Mon, 17 Aug 2015 22:02:01 +0200 Subject: [PATCH] conda: make aiohttp testing not depend on gunicorn on Windows platform --- conda/aiohttp/meta.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conda/aiohttp/meta.yaml b/conda/aiohttp/meta.yaml index c251daaad..2b196ffc1 100644 --- a/conda/aiohttp/meta.yaml +++ b/conda/aiohttp/meta.yaml @@ -27,7 +27,7 @@ test: requires: - chardet - - gunicorn + - gunicorn # [not win] - nose about: