14
0

Accepting request 515801 from home:TheBlackCat:branches:devel:languages:python

Fix tests

OBS-URL: https://build.opensuse.org/request/show/515801
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tornado?expand=0&rev=61
This commit is contained in:
Jan Matejek
2017-08-10 12:30:23 +00:00
committed by Git OBS Bridge
parent 94ee3e54fb
commit 80245c1db5
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}