diff options
author | Daniil Kazantsev <dkazanc@hotmail.com> | 2019-06-02 13:35:52 +0100 |
---|---|---|
committer | Daniil Kazantsev <dkazanc@hotmail.com> | 2019-06-02 13:35:52 +0100 |
commit | a532c5efb8f20a8eb400fdad0edc00dad50a5c46 (patch) | |
tree | 8716aa2a793e525692e2516133d438e97c124f4f /recipe/meta.yaml | |
parent | 7c07fde6955537085c7f7e563054aefac219a63c (diff) | |
download | regularization-a532c5efb8f20a8eb400fdad0edc00dad50a5c46.tar.gz regularization-a532c5efb8f20a8eb400fdad0edc00dad50a5c46.tar.bz2 regularization-a532c5efb8f20a8eb400fdad0edc00dad50a5c46.tar.xz regularization-a532c5efb8f20a8eb400fdad0edc00dad50a5c46.zip |
tests run without pillow
Diffstat (limited to 'recipe/meta.yaml')
-rw-r--r-- | recipe/meta.yaml | 6 |
1 files changed, 3 insertions, 3 deletions
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 |