diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2024-11-30 18:54:32 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2024-11-30 18:54:32 +0000 |
| commit | 9d9c0a1e160d5ffc31ceeaec5e249c2b66d49dd6 (patch) | |
| tree | b7fad46f71d169c73cb5cb51ce0449468b0d08d3 /dev-python/cheroot | |
| parent | 4499b26581b9e8f4aa4506749656d199e9b1cabd (diff) | |
| download | baldeagleos-repo-9d9c0a1e160d5ffc31ceeaec5e249c2b66d49dd6.tar.gz baldeagleos-repo-9d9c0a1e160d5ffc31ceeaec5e249c2b66d49dd6.tar.xz baldeagleos-repo-9d9c0a1e160d5ffc31ceeaec5e249c2b66d49dd6.zip | |
Adding metadata
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 |
