summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/ubelt/ubelt-1.3.6.ebuild')
-rw-r--r--dev-python/ubelt/ubelt-1.3.6.ebuild5
1 files changed, 5 insertions, 0 deletions
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
+)