commit:     17f1a5ad14ac895e2a2cf6bced4b3be862015aca
Author:     Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Sat Dec 30 13:47:08 2023 +0000
Commit:     Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Sat Dec 30 14:10:51 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=17f1a5ad

dev-python/mastodon-py: deselect broken tests

Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>

 dev-python/mastodon-py/mastodon-py-1.8.1.ebuild | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/dev-python/mastodon-py/mastodon-py-1.8.1.ebuild 
b/dev-python/mastodon-py/mastodon-py-1.8.1.ebuild
index 8120456200..d44c17a7b4 100644
--- a/dev-python/mastodon-py/mastodon-py-1.8.1.ebuild
+++ b/dev-python/mastodon-py/mastodon-py-1.8.1.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..11} )
+PYTHON_COMPAT=( python3_{10..11} )  # fails all tests with py3.12
 PYPI_NO_NORMALIZE=1
 PYPI_PN="Mastodon.py"
 inherit distutils-r1 optfeature pypi
@@ -39,6 +39,12 @@ BDEPEND="
        )
 "
 
+EPYTEST_DESELECT=(
+       # something related to simplejson
+       tests/test_notifications.py::test_notifications_dismiss_pre_2_9_2
+       tests/test_status.py::test_status_card_pre_2_9_2
+)
+
 distutils_enable_tests pytest
 
 distutils_enable_sphinx docs

Reply via email to