15
0

Accepting request 681214 from home:jayvdb:branches:devel:languages:python

- Remove bcond preventing tests from running, use IMAGEIO_NO_INTERNET
  to activate tests which can run without the internet, and skip
  currently failing tests on Python 2 and 3
- Remove unused test dependency nose
- Recommend Pillow as it is a mandatory dependency of the test suite

OBS-URL: https://build.opensuse.org/request/show/681214
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-imageio?expand=0&rev=11
This commit is contained in:
Tomáš Chvátal
2019-03-25 08:44:31 +00:00
committed by Git OBS Bridge
parent 5117ec4a98
commit 5a69e818a4
2 changed files with 23 additions and 14 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Mon Mar 4 06:52:01 UTC 2019 - John Vandenberg <jayvdb@gmail.com>
- Remove bcond preventing tests from running, use IMAGEIO_NO_INTERNET
to activate tests which can run without the internet, and skip
currently failing tests on Python 2 and 3
- Remove unused test dependency nose
- Recommend Pillow as it is a mandatory dependency of the test suite
-------------------------------------------------------------------
Tue Dec 4 12:49:14 UTC 2018 - Matej Cepl <mcepl@suse.com>