From: Michał Górny Date: Mon, 16 Jul 2018 17:32:47 +0000 (+0200) Subject: dev-python/pycurl: Enable running standalone test X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=a609da309695ef71215a7f4e73f4fa7c73e1b559;p=gentoo.git dev-python/pycurl: Enable running standalone test --- diff --git a/dev-python/pycurl/pycurl-7.43.0.2.ebuild b/dev-python/pycurl/pycurl-7.43.0.2.ebuild index f88599c70486..63e90028aff6 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() {