From a609da309695ef71215a7f4e73f4fa7c73e1b559 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Mon, 16 Jul 2018 19:32:47 +0200 Subject: dev-python/pycurl: Enable running standalone test --- dev-python/pycurl/pycurl-7.43.0.2.ebuild | 1 + 1 file changed, 1 insertion(+) (limited to 'dev-python') 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() { -- cgit v1.2.3