From f08db0051806c56ccf457a59ef7203de16165e4d Mon Sep 17 00:00:00 2001 From: Takuya Wakazono Date: Sat, 7 Sep 2024 21:54:55 +0900 Subject: [PATCH] dev-python/mastodon-py: skip broken tests Closes: https://bugs.gentoo.org/921152 Signed-off-by: Takuya Wakazono --- dev-python/mastodon-py/mastodon-py-1.8.1.ebuild | 5 ++++- 1 file changed, 4 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 cb8a32035a..b4181b6a20 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..12} ) +PYTHON_COMPAT=( python3_{10..13} ) PYPI_NO_NORMALIZE=1 PYPI_PN="Mastodon.py" inherit distutils-r1 optfeature pypi @@ -43,6 +43,9 @@ 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 + # requires PROPERTIES="test_network" + tests/test_streaming.py::test_stream_user_direct + tests/test_streaming.py::test_stream_user_local ) distutils_enable_tests pytest