dev-python/hyperlink: Simplify test phase
authorMichał Górny <mgorny@gentoo.org>
Sat, 14 Jul 2018 08:35:35 +0000 (10:35 +0200)
committerMichał Górny <mgorny@gentoo.org>
Sat, 14 Jul 2018 08:42:59 +0000 (10:42 +0200)
dev-python/hyperlink/hyperlink-18.0.0.ebuild

index 673e40061ae5d0f57e855201b924753d03ccc7f7..6eb930d31077cccd5e7771efc1ff6e7c74896bbc 100644 (file)
@@ -25,7 +25,5 @@ DEPEND="${RDEPEND}
 "
 
 python_test() {
-       PYTHONPATH="${S}/test:${BUILD_DIR}/lib" \
-               py.test -v || die
-       cd test
+       pytest -vv || die
 }