diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2024-06-18 18:21:58 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2024-06-18 18:21:58 +0000 |
| commit | 61de334eeb41268d1f6f34cdc2c7c59e5fadff3d (patch) | |
| tree | 4b01f2bd78750a3e93140738d2c1c74f37918f34 /dev-python/python-glanceclient/python-glanceclient-4.6.0.ebuild | |
| parent | 1ec170ec4a58b796bf79c47901ce87771bea01f2 (diff) | |
| download | baldeagleos-repo-61de334eeb41268d1f6f34cdc2c7c59e5fadff3d.tar.gz baldeagleos-repo-61de334eeb41268d1f6f34cdc2c7c59e5fadff3d.tar.xz baldeagleos-repo-61de334eeb41268d1f6f34cdc2c7c59e5fadff3d.zip | |
Adding metadata
Diffstat (limited to 'dev-python/python-glanceclient/python-glanceclient-4.6.0.ebuild')
| -rw-r--r-- | dev-python/python-glanceclient/python-glanceclient-4.6.0.ebuild | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/dev-python/python-glanceclient/python-glanceclient-4.6.0.ebuild b/dev-python/python-glanceclient/python-glanceclient-4.6.0.ebuild index f02fbc7cce3b..2a0a0b118c65 100644 --- a/dev-python/python-glanceclient/python-glanceclient-4.6.0.ebuild +++ b/dev-python/python-glanceclient/python-glanceclient-4.6.0.ebuild @@ -40,12 +40,18 @@ BDEPEND=" dev-python/tempest[${PYTHON_USEDEP}] dev-python/testscenarios[${PYTHON_USEDEP}] dev-python/testtools[${PYTHON_USEDEP}] - <dev-python/urllib3-2[${PYTHON_USEDEP}] ) " distutils_enable_tests unittest +PATCHES=( + # combined patch for urllib3-2 and py3.12 test failures + # https://bugs.launchpad.net/python-glanceclient/+bug/2069684 + # https://bugs.launchpad.net/python-glanceclient/+bug/2069682 + "${FILESDIR}/${P}-test.patch" +) + python_test() { # functional tests require cloud instance access eunittest -b glanceclient/tests/unit |
