mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-30 10:38:07 -07:00
dev-python/hpack: Simplify test phase
This commit is contained in:
@@ -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}"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user