commit: 84c0461f155282edcb097156914767b4fac4d36e Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Thu Apr 7 08:40:54 2022 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Thu Apr 7 08:45:05 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84c0461f
dev-python/trio: Fix tests Closes: https://bugs.gentoo.org/834954 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-python/trio/trio-0.20.0.ebuild | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/dev-python/trio/trio-0.20.0.ebuild b/dev-python/trio/trio-0.20.0.ebuild index 07ef1e108cee..22ac3caa37a2 100644 --- a/dev-python/trio/trio-0.20.0.ebuild +++ b/dev-python/trio/trio-0.20.0.ebuild @@ -38,6 +38,9 @@ EPYTEST_DESELECT=( # Times out on slower arches (ia64 in this case) # https://github.com/python-trio/trio/issues/1753 trio/tests/test_unix_pipes.py::test_close_at_bad_time_for_send_all + + # incompatible ipython version? + trio/_core/tests/test_multierror.py::test_ipython_exc_handler ) EPYTEST_IGNORE=( @@ -54,5 +57,6 @@ distutils_enable_sphinx docs/source \ dev-python/towncrier python_test() { + local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1 epytest -m "not redistributors_should_skip" }
