dev-python/pycurl: Enable running standalone test
authorMichał Górny <mgorny@gentoo.org>
Mon, 16 Jul 2018 17:32:47 +0000 (19:32 +0200)
committerMichał 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

index f88599c7048639e3fb4d55849d946d057c854399..63e90028aff6b75272117984ef949f45c29a643e 100644 (file)
@@ -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() {