dev-python/pillow: fix broken tests
authorVirgil Dupras <vdupras@gentoo.org>
Wed, 2 Jan 2019 01:36:43 +0000 (20:36 -0500)
committerVirgil Dupras <vdupras@gentoo.org>
Wed, 2 Jan 2019 01:36:43 +0000 (20:36 -0500)
commita2c8bad7e9615877c9007a19d65718a3a1b09c9b
tree81a6457eb130ab500c60b032f392b6773876ce32
parent5c9b9170d69a4fed887fbc14533c4bae26180112
dev-python/pillow: fix broken tests

Starting with pytest 3.10, Pillow test suite breaks badly at collect
time. It seems to be related to the way pytest was invoked. Bringing
invocation closer to upstream's, that is, without specifying test unit
files, makes test run alright.

I fixed the invocation in 5.3 and, since 5.2 is already stabilized,
added a version constraint on pytest. The newly bumped v5.4 already has
a correct pytest invocation.

Signed-off-by: Virgil Dupras <vdupras@gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
dev-python/pillow/pillow-5.2.0.ebuild
dev-python/pillow/pillow-5.3.0.ebuild