From 17f1a5ad14ac895e2a2cf6bced4b3be862015aca Mon Sep 17 00:00:00 2001 From: "Anna (cybertailor) Vyalkova" Date: Sat, 30 Dec 2023 18:47:08 +0500 Subject: [PATCH] dev-python/mastodon-py: deselect broken tests Signed-off-by: Anna (cybertailor) Vyalkova --- 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