- Skip tests that fail with TLS 1.3 as upstream is not finished

with supporting it yet

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-trio?expand=0&rev=4
This commit is contained in:
Tomáš Chvátal 2019-05-29 09:09:58 +00:00 committed by Git OBS Bridge
parent d687042285
commit e89a586962
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed May 29 09:09:31 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- Skip tests that fail with TLS 1.3 as upstream is not finished
with supporting it yet
-------------------------------------------------------------------
Wed May 22 13:02:44 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>

View File

@ -72,7 +72,8 @@ The Trio project's goal is to produce a production-quality, permissively license
# test_static_tool_sees_all_symbols uses jedi/pylint for static analysis,
# pointless for us.
# test_SSLStream_generic deadlocks in OBS
%pytest -k 'not test_static_tool_sees_all_symbols and not test_SSLStream_generic'
# test_renegotiation_simple, test_renegotiation_randomized - breaks with tls1.3
%pytest -k 'not (test_static_tool_sees_all_symbols or test_SSLStream_generic or test_renegotiation_simple or test_renegotiation_randomized)'
%files %{python_files}
%doc README.rst