15
0

- skip lock tests, they fail frequently (bsc#1086987)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-dogpile.cache?expand=0&rev=36
This commit is contained in:
2018-04-23 12:54:46 +00:00
committed by Git OBS Bridge
parent ee20ab266a
commit a1e7e01395
2 changed files with 6 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Apr 23 12:54:25 UTC 2018 - dmueller@suse.com
- skip lock tests, they fail frequently (bsc#1086987)
-------------------------------------------------------------------
Fri Apr 20 07:50:52 UTC 2018 - dmueller@suse.com

View File

@@ -65,7 +65,7 @@ new value.
%check
export RUNTESTS="-k 'not test_dbm_backend and not test_memcached_backend and not test_redis_backend'"
%python_exec -m pytest
%python_exec -m pytest --ignore=test_lock.py
%files %{python_files}
%defattr(-,root,root,-)