projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0b0b9bd
)
dev-python/botocore: run also functional tests
author
Andrey Utkin
<andrey_utkin@gentoo.org>
Tue, 5 Dec 2017 02:02:25 +0000
(
02:02
+0000)
committer
Andrey Utkin
<andrey_utkin@gentoo.org>
Tue, 5 Dec 2017 02:03:57 +0000
(
02:03
+0000)
Only newest, unstable 1.8.6 ebuild affected.
Package-Manager: Portage-2.3.14, Repoman-2.3.6
dev-python/botocore/botocore-1.8.6.ebuild
patch
|
blob
|
history
diff --git
a/dev-python/botocore/botocore-1.8.6.ebuild
b/dev-python/botocore/botocore-1.8.6.ebuild
index f4df2f35b9afc06c1c60e0af4511455759efc365..8ec458cb06799b09e18634e99dbec9b6b70b3556 100644
(file)
--- a/
dev-python/botocore/botocore-1.8.6.ebuild
+++ b/
dev-python/botocore/botocore-1.8.6.ebuild
@@
-43,7
+43,7
@@
python_compile_all() {
}
python_test() {
- nosetests -v tests/unit || die "tests failed under ${EPYTHON}"
+ nosetests -v tests/unit
tests/functional
|| die "tests failed under ${EPYTHON}"
}
python_install_all() {