diff options
author | Daniil Kazantsev <dkazanc@hotmail.com> | 2019-06-02 14:07:14 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-06-02 14:07:14 +0100 |
commit | 57229985e3576db6a714d7e4a35aec4f47120e1b (patch) | |
tree | 8716aa2a793e525692e2516133d438e97c124f4f /recipe/meta.yaml | |
parent | 5fb5be32360bab1b6619bcef192dde0878d014ff (diff) | |
parent | a532c5efb8f20a8eb400fdad0edc00dad50a5c46 (diff) | |
download | regularization-57229985e3576db6a714d7e4a35aec4f47120e1b.tar.gz regularization-57229985e3576db6a714d7e4a35aec4f47120e1b.tar.bz2 regularization-57229985e3576db6a714d7e4a35aec4f47120e1b.tar.xz regularization-57229985e3576db6a714d7e4a35aec4f47120e1b.zip |
Merge pull request #124 from vais-ral/tests_nopillow
Dropping pillow dependency fot unittests
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 |