commit:     4f63fe941833f3cd698a7e7dab7ebf0d2cb3a3c9
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 30 15:01:52 2024 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Tue Jan 30 19:58:38 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f63fe94

dev-python/pythonnet: deselect test_sequence

Closes: https://bugs.gentoo.org/923231
Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>

 dev-python/pythonnet/pythonnet-3.0.3.ebuild | 8 +++++---
 1 file 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.

Reply via email to