summaryrefslogtreecommitdiff
path: root/dev-python/apache-libcloud
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2024-07-19 18:03:41 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2024-07-19 18:03:41 +0000
commit7197fd39bf977f4128f65291da89679ec0ef0be6 (patch)
treea9ed1ae72301a62992f5da83707aa5bf7c1a07d5 /dev-python/apache-libcloud
parentb14b5d68da9389c520607e04bfd3e080ff90b0a8 (diff)
downloadbaldeagleos-repo-7197fd39bf977f4128f65291da89679ec0ef0be6.tar.gz
baldeagleos-repo-7197fd39bf977f4128f65291da89679ec0ef0be6.tar.xz
baldeagleos-repo-7197fd39bf977f4128f65291da89679ec0ef0be6.zip
Adding metadata
Diffstat (limited to 'dev-python/apache-libcloud')
-rw-r--r--dev-python/apache-libcloud/apache-libcloud-3.8.0-r1.ebuild4
1 files changed, 1 insertions, 3 deletions
diff --git a/dev-python/apache-libcloud/apache-libcloud-3.8.0-r1.ebuild b/dev-python/apache-libcloud/apache-libcloud-3.8.0-r1.ebuild
index 622ebbc1cb5d..829d877ab176 100644
--- a/dev-python/apache-libcloud/apache-libcloud-3.8.0-r1.ebuild
+++ b/dev-python/apache-libcloud/apache-libcloud-3.8.0-r1.ebuild
@@ -54,13 +54,11 @@ src_prepare() {
python_test() {
local EPYTEST_DESELECT=(
- # Needs network access
- libcloud/test/compute/test_ovh.py::OvhTests::test_list_nodes_invalid_region
- libcloud/test/test_connection.py::BaseConnectionClassTestCase::test_connection_timeout_raised
# TODO
libcloud/test/test_init.py::TestUtils::test_init_once_and_debug_mode
)
+ local -x NO_INTERNET=1
local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
epytest
}