diff options
Diffstat (limited to 'dev-python/cheroot')
| -rw-r--r-- | dev-python/cheroot/cheroot-10.0.1.ebuild | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/dev-python/cheroot/cheroot-10.0.1.ebuild b/dev-python/cheroot/cheroot-10.0.1.ebuild index 115d5407a1ed..b888834b20c5 100644 --- a/dev-python/cheroot/cheroot-10.0.1.ebuild +++ b/dev-python/cheroot/cheroot-10.0.1.ebuild @@ -17,7 +17,7 @@ HOMEPAGE=" LICENSE="BSD" SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~m68k ppc ppc64 ~riscv ~s390 ~sparc x86" +KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~m68k ppc ppc64 ~riscv ~s390 sparc x86" IUSE="test-rust" RDEPEND=" @@ -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 |
