14
0

Accepting request 515888 from devel:languages:python

1

OBS-URL: https://build.opensuse.org/request/show/515888
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-tornado?expand=0&rev=39
This commit is contained in:
2017-08-14 10:37:54 +00:00
committed by Git OBS Bridge
2 changed files with 7 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Aug 9 19:03:51 UTC 2017 - toddrme2178@gmail.com
- Fix tests
-------------------------------------------------------------------
Fri Jun 23 17:41:45 UTC 2017 - jmatejek@suse.com

View File

@@ -89,9 +89,10 @@ fi
%install
%python_install
%fdupes -s demos
%fdupes %{buildroot}%{_prefix}
%python_expand %fdupes %{buildroot}%{python_sitearch}
%check
export ASYNC_TEST_TIMEOUT=30
%python_exec -m tornado.test.runtests
%files %{python_files}