From b28de56608fdc79a87dffd551e71f54866bf4851 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Sun, 15 Jul 2018 09:01:18 +0200 Subject: [PATCH] dev-python/priority: Simplify test phase --- dev-python/priority/priority-1.3.0.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/dev-python/priority/priority-1.3.0.ebuild b/dev-python/priority/priority-1.3.0.ebuild index 2ab133256ca18..75a0d9d02b3c1 100644 --- a/dev-python/priority/priority-1.3.0.ebuild +++ b/dev-python/priority/priority-1.3.0.ebuild @@ -28,6 +28,5 @@ DEPEND=" " python_test() { - PYTHONPATH="${S}/test:${BUILD_DIR}/lib" py.test -v || die "Tests failed under ${EPYTHON}" - cd test + py.test -vv || die "Tests failed under ${EPYTHON}" }