commit: 2afd286fd1d3e3dcfe89c8740851f107b2e27433 Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in> AuthorDate: Sat Jul 5 19:07:35 2025 +0000 Commit: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in> CommitDate: Sat Jul 5 19:10:53 2025 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2afd286f
dev-python/tulir-telethon: deselect failing tests Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in> dev-python/tulir-telethon/tulir-telethon-1.37.0_alpha1.ebuild | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/dev-python/tulir-telethon/tulir-telethon-1.37.0_alpha1.ebuild b/dev-python/tulir-telethon/tulir-telethon-1.37.0_alpha1.ebuild index 4b9f891ad0..d08e317071 100644 --- a/dev-python/tulir-telethon/tulir-telethon-1.37.0_alpha1.ebuild +++ b/dev-python/tulir-telethon/tulir-telethon-1.37.0_alpha1.ebuild @@ -32,12 +32,14 @@ RDEPEND=" dev-python/python-socks[${PYTHON_USEDEP}] dev-python/rsa[${PYTHON_USEDEP}] " -BDEPEND=" - test? ( dev-python/pytest-asyncio[${PYTHON_USEDEP}] ) -" +EPYTEST_PLUGINS=( pytest-asyncio ) EPYTEST_DESELECT=( + # test fails tests/telethon/test_utils.py::test_private_get_extension + + # incompatible with recent pytest-asyncio changes + tests/telethon/test_helpers.py::TestSyncifyAsyncContext ) distutils_enable_tests pytest