commit: b28de56608fdc79a87dffd551e71f54866bf4851
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 15 07:01:18 2018 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Jul 15 08:37:51 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b28de566
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 2ab133256ca..75a0d9d02b3 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}"
}