summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaciej Barć <xgqt@gentoo.org>2024-01-30 16:01:52 +0100
committerMaciej Barć <xgqt@gentoo.org>2024-01-30 20:58:38 +0100
commit4f63fe941833f3cd698a7e7dab7ebf0d2cb3a3c9 (patch)
tree5d6d3ce6936bdbfc3404c22863dadc4904693b57 /dev-python/pythonnet
parentdev-dotnet/fable: remove bad test for USE=debug (diff)
downloadgentoo-4f63fe941833f3cd698a7e7dab7ebf0d2cb3a3c9.tar.gz
gentoo-4f63fe941833f3cd698a7e7dab7ebf0d2cb3a3c9.tar.bz2
gentoo-4f63fe941833f3cd698a7e7dab7ebf0d2cb3a3c9.zip
dev-python/pythonnet: deselect test_sequence
Closes: https://bugs.gentoo.org/923231 Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Diffstat (limited to 'dev-python/pythonnet')
-rw-r--r--dev-python/pythonnet/pythonnet-3.0.3.ebuild8
1 files changed, 5 insertions, 3 deletions
diff --git a/dev-python/pythonnet/pythonnet-3.0.3.ebuild b/dev-python/pythonnet/pythonnet-3.0.3.ebuild
index 3e4e1fb66d51..8f82e2daedb9 100644
--- a/dev-python/pythonnet/pythonnet-3.0.3.ebuild
+++ b/dev-python/pythonnet/pythonnet-3.0.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -230,9 +230,8 @@ BDEPEND="
"
CHECKREQS_DISK_BUILD="1500M"
-PATCHES=( "${FILESDIR}/${PN}-3.0.3-no-sourcelink.patch" )
-
EPYTEST_DESELECT=(
+ 'tests/test_codec.py::test_sequence'
'tests/test_engine.py::test_import_module'
'tests/test_engine.py::test_run_string'
'tests/test_method.py::test_getting_method_overloads_binding_does_not_leak_memory'
@@ -240,6 +239,9 @@ EPYTEST_DESELECT=(
'tests/test_module.py::test_assembly_load_recursion_bug'
'tests/test_module.py::test_implicit_assembly_load'
)
+PATCHES=(
+ "${FILESDIR}/${PN}-3.0.3-no-sourcelink.patch"
+)
DOCS=( AUTHORS.md CHANGELOG.md README.rst )
DOC_CONTENTS="Python.NET defaults to the mono runtime, not .NET SDK's coreclr.