From a532c5efb8f20a8eb400fdad0edc00dad50a5c46 Mon Sep 17 00:00:00 2001
From: Daniil Kazantsev <dkazanc@hotmail.com>
Date: Sun, 2 Jun 2019 13:35:52 +0100
Subject: tests run without pillow

---
 recipe/meta.yaml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

(limited to 'recipe')

diff --git a/recipe/meta.yaml b/recipe/meta.yaml
index e3d74d6..c66cdd7 100644
--- a/recipe/meta.yaml
+++ b/recipe/meta.yaml
@@ -11,9 +11,9 @@ build:
 test:
   source_files:
     - ./test/
-  requires:
-    - pillow
-    - pillow=4.1.1 # [win]
+#  requires:
+#    - pillow
+#    - pillow=4.1.1 # [win]
   commands:
     - python -c "import os; print (os.getcwd())"
     - python -m unittest discover -s test
-- 
cgit v1.2.3