From: Michał Górny Date: Sun, 15 Jul 2018 07:01:18 +0000 (+0200) Subject: dev-python/priority: Simplify test phase X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=b28de56608fdc79a87dffd551e71f54866bf4851;p=gentoo.git dev-python/priority: Simplify test phase --- diff --git a/dev-python/priority/priority-1.3.0.ebuild b/dev-python/priority/priority-1.3.0.ebuild index 2ab133256ca1..75a0d9d02b3c 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}" }