repo/proj/guru:dev commit in: dev-python/mastodon-py/
"Anna Vyalkova" <[email protected]>
| Newsgroups | gmane.linux.gentoo.cvs |
|---|---|
| Message-ID | <1786200742.16524cb1eb8a3e3f96252f1d5786c935f5259a84.cybertailor@gentoo> |
commit: 16524cb1eb8a3e3f96252f1d5786c935f5259a84
Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Sat Aug 8 14:52:22 2026 +0000
Commit: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Sat Aug 8 14:52:22 2026 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=16524cb1
dev-python/mastodon-py: fix tests without grapheme
Closes: https://bugs.gentoo.org/980380
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
dev-python/mastodon-py/mastodon-py-2.2.1.ebuild | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/dev-python/mastodon-py/mastodon-py-2.2.1.ebuild b/dev-python/mastodon-py/mastodon-py-2.2.1.ebuild
index c7afa4f271..70c1dfe341 100644
--- a/dev-python/mastodon-py/mastodon-py-2.2.1.ebuild
+++ b/dev-python/mastodon-py/mastodon-py-2.2.1.ebuild
@@ -53,5 +53,9 @@ distutils_enable_sphinx docs \
dev-python/sphinx-rtd-theme
python_test() {
+ local EPYTEST_IGNORE=()
+ use grapheme ||
+ EPYTEST_IGNORE+=( tests/test_status_length.py )
+
epytest -o addopts=
}