From b4ab699fedbcb8fbd31cb41cb0325cbdc0fc4891 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Sat, 30 Nov 2024 15:01:27 +0100 Subject: dev-python/cheroot: Deselect tests relying on exact errno codes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- dev-python/cheroot/cheroot-10.0.1.ebuild | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'dev-python/cheroot') 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 -- cgit v1.2.3