14
0

- Define TRAVIS to disable unreliable tests

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tornado6?expand=0&rev=6
This commit is contained in:
Tomáš Chvátal
2019-11-08 15:02:44 +00:00
committed by Git OBS Bridge
parent cef319f125
commit ffd7e28fa4
2 changed files with 6 additions and 0 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Nov 8 13:28:37 UTC 2019 - Andreas Schwab <schwab@suse.de>
- Define TRAVIS to disable unreliable tests
-------------------------------------------------------------------
Mon Oct 14 14:45:59 UTC 2019 - Matej Cepl <mcepl@suse.com>

View File

@@ -89,6 +89,7 @@ fi
%check
export ASYNC_TEST_TIMEOUT=30
export PYTHONDONTWRITEBYTECODE=1
export TRAVIS=1
%python_exec -m tornado.test.runtests
%files %{python_files}