summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/pythonnet/pythonnet-3.0.3.ebuild')
-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.