mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-13 17:13:00 -04:00
dev-python/mastodon-py: deselect broken tests
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user