SHA256
14
0
forked from pool/python-h2

Accepting request 753929 from devel:languages:python

- Skip one test that is flaky

OBS-URL: https://build.opensuse.org/request/show/753929
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-h2?expand=0&rev=8
This commit is contained in:
2019-12-07 14:19:59 +00:00
committed by Git OBS Bridge
2 changed files with 8 additions and 2 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Dec 4 09:27:07 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- Skip one test that is flaky
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Nov 14 06:57:45 UTC 2019 - Steve Kowalik <steven.kowalik@suse.com> Thu Nov 14 06:57:45 UTC 2019 - Steve Kowalik <steven.kowalik@suse.com>

View File

@@ -1,7 +1,7 @@
# #
# spec file for package python-h2 # spec file for package python-h2
# #
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2019 SUSE LLC
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@@ -58,7 +58,8 @@ your programming paradigm.
%check %check
# test_changing_max_frame_size - flaky in OBS # test_changing_max_frame_size - flaky in OBS
%pytest -k 'not test_changing_max_frame_size' # test_range_of_acceptable_outputs -flaky in OBS
%pytest -k 'not (test_changing_max_frame_size or test_range_of_acceptable_outputs)'
%files %{python_files} %files %{python_files}
%license LICENSE %license LICENSE