- skip tests that fail on 32bit

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-immutables?expand=0&rev=9
This commit is contained in:
Dirk Mueller 2020-10-13 07:42:24 +00:00 committed by Git OBS Bridge
parent 630eb0eb27
commit 9d66ed12b5
2 changed files with 10 additions and 0 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Oct 13 07:42:13 UTC 2020 - Dirk Mueller <dmueller@suse.com>
- skip tests that fail on 32bit
-------------------------------------------------------------------
Wed Sep 16 11:27:37 UTC 2020 - Dirk Mueller <dmueller@suse.com>

View File

@ -49,6 +49,11 @@ export CFLAGS="%{optflags}"
}
%check
# Fails on 32bit for some reason
%ifarch %ix86
rm -v tests/test_none_keys.py
%endif
%python_exec setup.py test
%files %{python_files}