commit: 3486fc644d062247cd577c7ee801306cdf99b6d4 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Sun Aug 11 15:46:01 2024 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Sun Aug 11 16:18:53 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3486fc64
dev-python/oauthlib: Deselect failing test Closes: https://bugs.gentoo.org/937713 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-python/oauthlib/oauthlib-3.2.2.ebuild | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/dev-python/oauthlib/oauthlib-3.2.2.ebuild b/dev-python/oauthlib/oauthlib-3.2.2.ebuild index 51553f97b2fb..6dec17c2900c 100644 --- a/dev-python/oauthlib/oauthlib-3.2.2.ebuild +++ b/dev-python/oauthlib/oauthlib-3.2.2.ebuild @@ -25,9 +25,15 @@ RDEPEND=" dev-python/cryptography[${PYTHON_USEDEP}] " -distutils_enable_tests unittest +distutils_enable_tests pytest PATCHES=( # https://github.com/oauthlib/oauthlib/commit/fe020db74199d5284c00d7735aa7d4ddc90f5d61 "${FILESDIR}/${P}-py313.patch" ) + +EPYTEST_DESELECT=( + # exception mismatch + # https://github.com/oauthlib/oauthlib/issues/877 + tests/oauth1/rfc5849/test_signatures.py::SignatureTests::test_rsa_bad_keys +)
