diff options
author | Michał Górny <mgorny@gentoo.org> | 2022-08-31 09:41:45 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2022-08-31 11:20:56 +0200 |
commit | 7cb8bf89dc927f2af9c7ad0f845bc5daf7f04ab5 (patch) | |
tree | c1012a2d6be1f1810e1bdf3b296ff1e04ae22d7f /dev-python/botocore/botocore-9999.ebuild | |
parent | dev-python/poetry-core: Bump to 1.1.0 (diff) | |
download | gentoo-7cb8bf89dc927f2af9c7ad0f845bc5daf7f04ab5.tar.gz gentoo-7cb8bf89dc927f2af9c7ad0f845bc5daf7f04ab5.tar.bz2 gentoo-7cb8bf89dc927f2af9c7ad0f845bc5daf7f04ab5.zip |
dev-python/botocore: Bump to 1.27.63
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/botocore/botocore-9999.ebuild')
-rw-r--r-- | dev-python/botocore/botocore-9999.ebuild | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/dev-python/botocore/botocore-9999.ebuild b/dev-python/botocore/botocore-9999.ebuild index 6558cbe56a50..d1a6948e70e5 100644 --- a/dev-python/botocore/botocore-9999.ebuild +++ b/dev-python/botocore/botocore-9999.ebuild @@ -63,6 +63,9 @@ python_test() { # rely on bundled six tests/functional/test_six_imports.py::test_no_bare_six_imports tests/functional/test_six_threading.py::test_six_thread_safety + # fails on unrelated warnings + tests/unit/test_client.py::TestAutoGeneratedClient::test_BOTO_DISABLE_COMMONNAME + tests/unit/test_client.py::TestClientErrors::test_BOTO_DISABLE_COMMONNAME ) epytest tests/{functional,unit} -n "$(makeopts_jobs)" |