projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
98020d1
)
dev-python/hyperlink: Simplify test phase
author
Michał Górny
<mgorny@gentoo.org>
Sat, 14 Jul 2018 08:35:35 +0000
(10:35 +0200)
committer
Michał Górny
<mgorny@gentoo.org>
Sat, 14 Jul 2018 08:42:59 +0000
(10:42 +0200)
dev-python/hyperlink/hyperlink-18.0.0.ebuild
patch
|
blob
|
history
diff --git
a/dev-python/hyperlink/hyperlink-18.0.0.ebuild
b/dev-python/hyperlink/hyperlink-18.0.0.ebuild
index 673e40061ae5d0f57e855201b924753d03ccc7f7..6eb930d31077cccd5e7771efc1ff6e7c74896bbc 100644
(file)
--- a/
dev-python/hyperlink/hyperlink-18.0.0.ebuild
+++ b/
dev-python/hyperlink/hyperlink-18.0.0.ebuild
@@
-25,7
+25,5
@@
DEPEND="${RDEPEND}
"
python_test() {
- PYTHONPATH="${S}/test:${BUILD_DIR}/lib" \
- py.test -v || die
- cd test
+ pytest -vv || die
}