mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 00:48:18 -07:00
dev-python/pycurl: Enable running standalone test
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user