commit:     8dd339c957b1a97153aa41ac466ba31dd3d9dc3f
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 14 22:38:21 2018 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Jul 14 22:44:42 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8dd339c9

dev-python/hpack: Simplify test phase

 dev-python/hpack/hpack-3.0.0.ebuild | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/dev-python/hpack/hpack-3.0.0.ebuild 
b/dev-python/hpack/hpack-3.0.0.ebuild
index 44e8da1d9ac..caefcf33a67 100644
--- a/dev-python/hpack/hpack-3.0.0.ebuild
+++ b/dev-python/hpack/hpack-3.0.0.ebuild
@@ -34,7 +34,5 @@ python_prepare_all() {
 }
 
 python_test() {
-       PYTHONPATH="${S}/test:${BUILD_DIR}/lib" \
-               py.test -v hpack test/|| die
-       cd test
+       py.test -vv hpack test || die "Tests fail with ${EPYTHON}"
 }

Reply via email to