From 8dd339c957b1a97153aa41ac466ba31dd3d9dc3f Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Sun, 15 Jul 2018 00:38:21 +0200 Subject: dev-python/hpack: Simplify test phase --- dev-python/hpack/hpack-3.0.0.ebuild | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'dev-python/hpack') diff --git a/dev-python/hpack/hpack-3.0.0.ebuild b/dev-python/hpack/hpack-3.0.0.ebuild index 44e8da1d9ac2..caefcf33a67c 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}" } -- cgit v1.2.3-65-gdbad