commit:     b4ab699fedbcb8fbd31cb41cb0325cbdc0fc4891
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 30 14:01:27 2024 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Nov 30 14:13:58 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b4ab699f

dev-python/cheroot: Deselect tests relying on exact errno codes

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/cheroot/cheroot-10.0.1.ebuild | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/dev-python/cheroot/cheroot-10.0.1.ebuild 
b/dev-python/cheroot/cheroot-10.0.1.ebuild
index 42908750152c..d31f7d1e13ad 100644
--- a/dev-python/cheroot/cheroot-10.0.1.ebuild
+++ b/dev-python/cheroot/cheroot-10.0.1.ebuild
@@ -65,6 +65,10 @@ python_test() {
                
cheroot/test/test_server.py::test_high_number_of_file_descriptors
                # known test failures with OpenSSL 3.2.0
                cheroot/test/test_ssl.py::test_https_over_http_error
+               # hardcoded errno codes (sigh)
+               # https://github.com/cherrypy/cheroot/issues/736
+               cheroot/test/test_errors.py::test_plat_specific_errors
+               cheroot/test/test_ssl.py::test_http_over_https_error
        )
 
        case ${EPYTHON} in

Reply via email to