From 09a7174df601290e9b3b773931bc57cf2431d700 Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Sun, 4 Apr 2021 15:44:43 +0200 Subject: dev-python/pillow: Fix test phase MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- dev-python/pillow/pillow-8.2.0.ebuild | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'dev-python') diff --git a/dev-python/pillow/pillow-8.2.0.ebuild b/dev-python/pillow/pillow-8.2.0.ebuild index d921d31d8af6..012a5d4842e1 100644 --- a/dev-python/pillow/pillow-8.2.0.ebuild +++ b/dev-python/pillow/pillow-8.2.0.ebuild @@ -76,14 +76,10 @@ python_configure_all() { tc-export PKG_CONFIG } -src_test() { - virtx distutils-r1_src_test -} - python_test() { "${EPYTHON}" selftest.py --installed || die "selftest failed with ${EPYTHON}" # no:relaxed: pytest-relaxed plugin make our tests fail. deactivate if installed - pytest -vv -p no:relaxed || die "Tests fail with ${EPYTHON}" + virtx epytest -p no:relaxed } python_install() { -- cgit v1.2.3-65-gdbad