net-im/mautrix-telegram: use EPYTEST_PLUGINS

Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
This commit is contained in:
Anna (cybertailor) Vyalkova
2025-07-05 23:49:14 +05:00
parent be8af0ba6a
commit 8c7f54cbec

View File

@@ -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() {