diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-11-30 15:01:27 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-11-30 15:13:58 +0100 |
commit | b4ab699fedbcb8fbd31cb41cb0325cbdc0fc4891 (patch) | |
tree | 1b9ff8a810dd4460e8f13eda6016d6d699d57187 /dev-python/cheroot | |
parent | app-emulation/libvirt: drop 10.0.0-r5, 10.2.0-r3 (diff) | |
download | gentoo-b4ab699fedbcb8fbd31cb41cb0325cbdc0fc4891.tar.gz gentoo-b4ab699fedbcb8fbd31cb41cb0325cbdc0fc4891.tar.bz2 gentoo-b4ab699fedbcb8fbd31cb41cb0325cbdc0fc4891.zip |
dev-python/cheroot: Deselect tests relying on exact errno codes
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/cheroot')
-rw-r--r-- | dev-python/cheroot/cheroot-10.0.1.ebuild | 4 |
1 files changed, 4 insertions, 0 deletions
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 |