projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a37040e
)
dev-python/hpack: Simplify test phase
author
Michał Górny
<mgorny@gentoo.org>
Sat, 14 Jul 2018 22:38:21 +0000
(
00:38
+0200)
committer
Michał Górny
<mgorny@gentoo.org>
Sat, 14 Jul 2018 22:44:42 +0000
(
00:44
+0200)
dev-python/hpack/hpack-3.0.0.ebuild
patch
|
blob
|
history
diff --git
a/dev-python/hpack/hpack-3.0.0.ebuild
b/dev-python/hpack/hpack-3.0.0.ebuild
index 44e8da1d9ac2c4476e36eec0620d7ea345354071..caefcf33a67c09c78b310fdde074088f9cd37a25 100644
(file)
--- a/
dev-python/hpack/hpack-3.0.0.ebuild
+++ b/
dev-python/hpack/hpack-3.0.0.ebuild
@@
-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}"
}