mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-13 17:13:00 -04:00
dev-python/mastodon-py: skip broken tests
Closes: https://bugs.gentoo.org/921152 Signed-off-by: Takuya Wakazono <pastalian46@gmail.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user