commit: cc7c459116eb4ca44ef081042ef058a327aaa498
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 12 19:27:52 2024 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Jun 12 19:27:52 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc7c4591
dev-python/ubelt: Fix running tests (add EPYTEST_IGNORE)
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/ubelt/ubelt-1.3.6.ebuild | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/dev-python/ubelt/ubelt-1.3.6.ebuild
b/dev-python/ubelt/ubelt-1.3.6.ebuild
index 66b7de38dff8..af7ee7f1204a 100644
--- a/dev-python/ubelt/ubelt-1.3.6.ebuild
+++ b/dev-python/ubelt/ubelt-1.3.6.ebuild
@@ -40,3 +40,8 @@ EPYTEST_DESELECT=(
# relies on passwd home being equal to ${HOME}
ubelt/util_path.py::userhome:0
)
+
+EPYTEST_IGNORE=(
+ # asserts for running on win32 in global scope
+ ubelt/_win32_jaraco.py
+)