14
0

- Disable broken tests in i586.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pymemcache?expand=0&rev=37
This commit is contained in:
2022-12-12 17:15:56 +00:00
committed by Git OBS Bridge
parent 9ba6a2bdda
commit c8e50015b2
2 changed files with 10 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Dec 12 17:10:07 UTC 2022 - Daniel Garcia <daniel.garcia@suse.com>
- Disable broken tests in i586.
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Dec 7 13:33:02 UTC 2022 - Daniel Garcia <daniel.garcia@suse.com> Wed Dec 7 13:33:02 UTC 2022 - Daniel Garcia <daniel.garcia@suse.com>

View File

@@ -87,7 +87,11 @@ EOF
# TLS tests depend on setting up a memcached equivalent to # TLS tests depend on setting up a memcached equivalent to
# https://github.com/scoriacorp/docker-tls-memcached # https://github.com/scoriacorp/docker-tls-memcached
%pytest -rs -k 'not tls' -m 'unit or integration' donttest="tls"
# In i586 zlib.compress doesn't compress the CustomInt instance so these tests
# fails
donttest+=" or test_compressed_complex"
%pytest -rs -k "not (${donttest})" -m "unit or integration"
%files %{python_files} %files %{python_files}
%license LICENSE.txt %license LICENSE.txt