From 84c0461f155282edcb097156914767b4fac4d36e Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Thu, 7 Apr 2022 10:40:54 +0200 Subject: dev-python/trio: Fix tests MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Closes: https://bugs.gentoo.org/834954 Signed-off-by: Michał Górny --- dev-python/trio/trio-0.20.0.ebuild | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'dev-python/trio') 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" } -- cgit v1.2.3-65-gdbad