dev-python/hpack: Simplify test phase

This commit is contained in:
Michał Górny
2018-07-15 00:38:21 +02:00
parent a37040e2bd
commit 8dd339c957

View File

@@ -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}"
}