summaryrefslogtreecommitdiff
path: root/dev-python/pycurl
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2024-02-29 18:41:04 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2024-02-29 18:41:04 +0000
commitcc66ae59f0a1aa614ef0cca8757a7dedcece8116 (patch)
treece7faae5ffc0a72d730665b7352dccbcfba010d2 /dev-python/pycurl
parent9ad19c61f38afdd3a1ff53f9177fcadc7b299fb8 (diff)
downloadbaldeagleos-repo-cc66ae59f0a1aa614ef0cca8757a7dedcece8116.tar.gz
baldeagleos-repo-cc66ae59f0a1aa614ef0cca8757a7dedcece8116.tar.xz
baldeagleos-repo-cc66ae59f0a1aa614ef0cca8757a7dedcece8116.zip
Adding metadata
Diffstat (limited to 'dev-python/pycurl')
-rw-r--r--dev-python/pycurl/pycurl-7.45.2-r1.ebuild11
-rw-r--r--dev-python/pycurl/pycurl-7.45.3.ebuild1
2 files changed, 10 insertions, 2 deletions
diff --git a/dev-python/pycurl/pycurl-7.45.2-r1.ebuild b/dev-python/pycurl/pycurl-7.45.2-r1.ebuild
index ecba8bcffa7c..6a1f1f376b84 100644
--- a/dev-python/pycurl/pycurl-7.45.2-r1.ebuild
+++ b/dev-python/pycurl/pycurl-7.45.2-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -43,6 +43,7 @@ BDEPEND="
test? (
>=dev-python/bottle-0.12.7[${PYTHON_USEDEP}]
dev-python/flaky[${PYTHON_USEDEP}]
+ dev-python/pytest-timeout[${PYTHON_USEDEP}]
net-misc/curl[curl_ssl_gnutls(-)=,curl_ssl_openssl(-)=,-curl_ssl_axtls(-),-curl_ssl_cyassl(-),http2]
)
"
@@ -81,9 +82,15 @@ python_test() {
tests/memory_mgmt_test.py::MemoryMgmtTest::test_readdata_refcounting
tests/memory_mgmt_test.py::MemoryMgmtTest::test_writedata_refcounting
tests/memory_mgmt_test.py::MemoryMgmtTest::test_writeheader_refcounting
+ # broken with curl 8.4.0+
+ tests/multi_callback_test.py::MultiCallbackTest::test_multi_socket_action
+ tests/multi_socket_select_test.py::MultiSocketSelectTest::test_multi_socket_select
+ # TODO
+ tests/option_constants_test.py::OptionConstantsTest::test_proxy_tlsauth
+ tests/option_constants_test.py::OptionConstantsTest::test_socks5_gssapi_nec_setopt
)
- epytest -p flaky tests
+ epytest -p flaky -p timeout --timeout=30 tests
}
python_install_all() {
diff --git a/dev-python/pycurl/pycurl-7.45.3.ebuild b/dev-python/pycurl/pycurl-7.45.3.ebuild
index dab783fce5c2..4fe1999735c1 100644
--- a/dev-python/pycurl/pycurl-7.45.3.ebuild
+++ b/dev-python/pycurl/pycurl-7.45.3.ebuild
@@ -43,6 +43,7 @@ BDEPEND="
test? (
>=dev-python/bottle-0.12.7[${PYTHON_USEDEP}]
dev-python/flaky[${PYTHON_USEDEP}]
+ dev-python/pytest-timeout[${PYTHON_USEDEP}]
net-misc/curl[curl_ssl_gnutls(-)=,curl_ssl_openssl(-)=,-curl_ssl_axtls(-),-curl_ssl_cyassl(-),http2]
)
"