From 9d66ed12b5225b1343f426f9141df06711a1d71cda4e59963e96e4b75d65d0a1 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Tue, 13 Oct 2020 07:42:24 +0000 Subject: [PATCH] - skip tests that fail on 32bit OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-immutables?expand=0&rev=9 --- python-immutables.changes | 5 +++++ python-immutables.spec | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/python-immutables.changes b/python-immutables.changes index 6decb47..84e948a 100644 --- a/python-immutables.changes +++ b/python-immutables.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Oct 13 07:42:13 UTC 2020 - Dirk Mueller + +- skip tests that fail on 32bit + ------------------------------------------------------------------- Wed Sep 16 11:27:37 UTC 2020 - Dirk Mueller diff --git a/python-immutables.spec b/python-immutables.spec index 5cd2d67..1bf8fc8 100644 --- a/python-immutables.spec +++ b/python-immutables.spec @@ -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}