14
0

- Add patch to skip tests failing with openss-1.1.1; this happens

only when using TLS 1.3 so if user wants to use tornado they
  can hand disable the TLS and continue:
  * skip-failing-tests.patch

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tornado?expand=0&rev=98
This commit is contained in:
Tomáš Chvátal
2019-01-30 11:14:36 +00:00
committed by Git OBS Bridge
parent a6cecd0282
commit 2b1e614c92
3 changed files with 58 additions and 0 deletions

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Wed Jan 30 11:13:17 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- Add patch to skip tests failing with openss-1.1.1; this happens
only when using TLS 1.3 so if user wants to use tornado they
can hand disable the TLS and continue:
* skip-failing-tests.patch
-------------------------------------------------------------------
Mon Jan 28 18:28:14 UTC 2019 - Jonathan Brownell <jbrownell@suse.com>