15
0

- only run generic tests using pytest (bsc#1089564)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-dogpile.cache?expand=0&rev=34
This commit is contained in:
2018-04-19 13:01:36 +00:00
committed by Git OBS Bridge
parent 6c5b926c87
commit 4a81aa4762
2 changed files with 7 additions and 1 deletions

View File

@@ -66,7 +66,8 @@ new value.
%python_expand %fdupes -s %{buildroot}/%{python_sitelib}
%check
%python_exec setup.py test
export RUNTESTS="-k 'not test_dbm_backend and not test_memcached_backend and not test_redis_backend'"
%python_exec -m pytest
%files %{python_files}
%defattr(-,root,root,-)