projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b337751
)
dev-python/pycurl: Enable running standalone test
author
Michał Górny
<mgorny@gentoo.org>
Mon, 16 Jul 2018 17:32:47 +0000
(19:32 +0200)
committer
Michał Górny
<mgorny@gentoo.org>
Mon, 16 Jul 2018 17:41:02 +0000
(19:41 +0200)
dev-python/pycurl/pycurl-7.43.0.2.ebuild
patch
|
blob
|
history
diff --git
a/dev-python/pycurl/pycurl-7.43.0.2.ebuild
b/dev-python/pycurl/pycurl-7.43.0.2.ebuild
index f88599c7048639e3fb4d55849d946d057c854399..63e90028aff6b75272117984ef949f45c29a643e 100644
(file)
--- a/
dev-python/pycurl/pycurl-7.43.0.2.ebuild
+++ b/
dev-python/pycurl/pycurl-7.43.0.2.ebuild
@@
-63,6
+63,7
@@
python_compile() {
python_test() {
nosetests -a '!standalone,!gssapi' -v --with-flaky || die "Tests fail with ${EPYTHON}"
+ nosetests -a 'standalone' -v --with-flaky || die "Tests fail with ${EPYTHON}"
}
python_install_all() {