dev-python/hyperlink: Simplify test phase

This commit is contained in:
Michał Górny
2018-07-14 10:35:35 +02:00
parent 98020d1384
commit 6011d5d53e

View File

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