summaryrefslogtreecommitdiff
path: root/dev-python/execnet
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/execnet')
-rw-r--r--dev-python/execnet/execnet-2.1.1.ebuild11
1 files changed, 11 insertions, 0 deletions
diff --git a/dev-python/execnet/execnet-2.1.1.ebuild b/dev-python/execnet/execnet-2.1.1.ebuild
index 976c235e719a..818ac33a7075 100644
--- a/dev-python/execnet/execnet-2.1.1.ebuild
+++ b/dev-python/execnet/execnet-2.1.1.ebuild
@@ -27,6 +27,17 @@ distutils_enable_sphinx doc
distutils_enable_tests pytest
python_test() {
+ local EPYTEST_DESELECT=()
+
+ case ${EPYTHON} in
+ python3.13t)
+ EPYTEST_DESELECT+=(
+ # https://github.com/pytest-dev/execnet/issues/306
+ testing/test_channel.py::TestChannelBasicBehaviour::test_channel_callback_remote_freed
+ )
+ ;;
+ esac
+
# the test suite checks if bytecode writing can be disabled/enabled
local -x PYTHONDONTWRITEBYTECODE=
local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1