From 80245c1db58c20f47035de7985832dfbabf4780de165438544f4ad65d03e118d Mon Sep 17 00:00:00 2001 From: Jan Matejek Date: Thu, 10 Aug 2017 12:30:23 +0000 Subject: [PATCH] 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 --- python-tornado.changes | 5 +++++ python-tornado.spec | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/python-tornado.changes b/python-tornado.changes index 8af99f0..16a5d91 100644 --- a/python-tornado.changes +++ b/python-tornado.changes @@ -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 diff --git a/python-tornado.spec b/python-tornado.spec index 73e0e0c..a975bc0 100644 --- a/python-tornado.spec +++ b/python-tornado.spec @@ -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}