dev-python/mastodon-py: deselect broken tests

Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
This commit is contained in:
Anna (cybertailor) Vyalkova
2023-12-30 18:47:08 +05:00
parent 1afa3fce15
commit 17f1a5ad14

View File

@@ -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