commit: 8c7f54cbec8ca14e6467a4a31801d8bacfb8bb8d
Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Sat Jul 5 18:49:14 2025 +0000
Commit: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Sat Jul 5 19:10:50 2025 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8c7f54cb
net-im/mautrix-telegram: use EPYTEST_PLUGINS
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
net-im/mautrix-telegram/mautrix-telegram-0.15.2.ebuild | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/net-im/mautrix-telegram/mautrix-telegram-0.15.2.ebuild
b/net-im/mautrix-telegram/mautrix-telegram-0.15.2.ebuild
index 52d270354c..52b37cd168 100644
--- a/net-im/mautrix-telegram/mautrix-telegram-0.15.2.ebuild
+++ b/net-im/mautrix-telegram/mautrix-telegram-0.15.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2022-2023 Gentoo Authors
+# Copyright 2022-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -46,6 +46,8 @@ RDEPEND="
sqlite? ( dev-python/aiosqlite[${PYTHON_USEDEP}] )
"
+EPYTEST_PLUGINS=( pytest-import-check )
+
distutils_enable_tests import-check
python_test() {