SHA256
14
0
forked from pool/python-h2

- Skip flaky test in OBS:

* test_changing_max_frame_size

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-h2?expand=0&rev=12
This commit is contained in:
Tomáš Chvátal
2019-07-26 09:58:40 +00:00
committed by Git OBS Bridge
parent e6e9684fdd
commit a1f04bb71d
2 changed files with 8 additions and 1 deletions

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Fri Jul 26 09:58:17 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- Skip flaky test in OBS:
* test_changing_max_frame_size
-------------------------------------------------------------------
Fri Jul 19 08:59:56 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>

View File

@@ -58,7 +58,8 @@ your programming paradigm.
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
%pytest
# test_changing_max_frame_size - flaky in OBS
%pytest -k 'not test_changing_max_frame_size'
%files %{python_files}
%license LICENSE