dev-python/priority: Simplify test phase
authorMichał Górny <mgorny@gentoo.org>
Sun, 15 Jul 2018 07:01:18 +0000 (09:01 +0200)
committerMichał Górny <mgorny@gentoo.org>
Sun, 15 Jul 2018 08:37:51 +0000 (10:37 +0200)
dev-python/priority/priority-1.3.0.ebuild

index 2ab133256ca188502f1f891860fbde0374d3479a..75a0d9d02b3c127016eae8a378b772e3cfa40a63 100644 (file)
@@ -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}"
 }