commit:     a609da309695ef71215a7f4e73f4fa7c73e1b559
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 16 17:32:47 2018 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Jul 16 17:41:02 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a609da30

dev-python/pycurl: Enable running standalone test

 dev-python/pycurl/pycurl-7.43.0.2.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-python/pycurl/pycurl-7.43.0.2.ebuild 
b/dev-python/pycurl/pycurl-7.43.0.2.ebuild
index f88599c7048..63e90028aff 100644
--- 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() {

Reply via email to