projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
16271c8
)
dev-python/priority: Simplify test phase
author
Michał Górny
<mgorny@gentoo.org>
Sun, 15 Jul 2018 07:01:18 +0000
(09:01 +0200)
committer
Michał Górny
<mgorny@gentoo.org>
Sun, 15 Jul 2018 08:37:51 +0000
(10:37 +0200)
dev-python/priority/priority-1.3.0.ebuild
patch
|
blob
|
history
diff --git
a/dev-python/priority/priority-1.3.0.ebuild
b/dev-python/priority/priority-1.3.0.ebuild
index 2ab133256ca188502f1f891860fbde0374d3479a..75a0d9d02b3c127016eae8a378b772e3cfa40a63 100644
(file)
--- a/
dev-python/priority/priority-1.3.0.ebuild
+++ b/
dev-python/priority/priority-1.3.0.ebuild
@@
-28,6
+28,5
@@
DEPEND="
"
python_test() {
- PYTHONPATH="${S}/test:${BUILD_DIR}/lib" py.test -v || die "Tests failed under ${EPYTHON}"
- cd test
+ py.test -vv || die "Tests failed under ${EPYTHON}"
}