diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-06-12 21:27:52 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-06-12 21:27:52 +0200 |
commit | cc7c459116eb4ca44ef081042ef058a327aaa498 (patch) | |
tree | 09bab71e70b8062a0eaafed40a0444e571e11aba /dev-python/ubelt | |
parent | dev-python/line-profiler: Remove old (diff) | |
download | gentoo-cc7c459116eb4ca44ef081042ef058a327aaa498.tar.gz gentoo-cc7c459116eb4ca44ef081042ef058a327aaa498.tar.bz2 gentoo-cc7c459116eb4ca44ef081042ef058a327aaa498.zip |
dev-python/ubelt: Fix running tests (add EPYTEST_IGNORE)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/ubelt')
-rw-r--r-- | dev-python/ubelt/ubelt-1.3.6.ebuild | 5 |
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 +) |