dev-python/pycurl: Enable running standalone test

This commit is contained in:
Michał Górny
2018-07-16 19:32:47 +02:00
parent b337751dcb
commit a609da3096

View 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() {