commit:     6011d5d53efddda0b04f7c05b60d7b451a1f0f7a
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 14 08:35:35 2018 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Jul 14 08:42:59 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6011d5d5

dev-python/hyperlink: Simplify test phase

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

diff --git a/dev-python/hyperlink/hyperlink-18.0.0.ebuild 
b/dev-python/hyperlink/hyperlink-18.0.0.ebuild
index 673e40061ae..6eb930d3107 100644
--- a/dev-python/hyperlink/hyperlink-18.0.0.ebuild
+++ b/dev-python/hyperlink/hyperlink-18.0.0.ebuild
@@ -25,7 +25,5 @@ DEPEND="${RDEPEND}
 "
 
 python_test() {
-       PYTHONPATH="${S}/test:${BUILD_DIR}/lib" \
-               py.test -v || die
-       cd test
+       pytest -vv || die
 }

Reply via email to