From b8bed9e1c9d2902a710aee15011951a57f689503057c8c2a18cf9367dfeb7c1c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Wed, 2 Jan 2019 12:47:51 +0000 Subject: [PATCH] - Skip one more flaky test - Update url to point to upstream github OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-hpack?expand=0&rev=9 --- python-hpack.changes | 6 ++++++ python-hpack.spec | 6 +++--- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/python-hpack.changes b/python-hpack.changes index 5cba9ae..27ba685 100644 --- a/python-hpack.changes +++ b/python-hpack.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Jan 2 12:47:37 UTC 2019 - Tomáš Chvátal + +- Skip one more flaky test +- Update url to point to upstream github + ------------------------------------------------------------------- Tue Dec 4 12:48:55 UTC 2018 - Matej Cepl diff --git a/python-hpack.spec b/python-hpack.spec index 8d57082..0f36b18 100644 --- a/python-hpack.spec +++ b/python-hpack.spec @@ -1,7 +1,7 @@ # # spec file for package python-hpack # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -23,7 +23,7 @@ Release: 0 Summary: Pure-Python HPACK header compression License: MIT Group: Development/Languages/Python -URL: http://hyper.rtfd.org +URL: https://github.com/python-hyper/hpack Source: https://files.pythonhosted.org/packages/source/h/hpack/hpack-%{version}.tar.gz # test requirements BuildRequires: %{python_module hypothesis} @@ -52,7 +52,7 @@ export LC_ALL="en_US.UTF-8" %python_expand %fdupes -s %{buildroot}%{$python_sitelib} %check -%python_expand PYTHONPATH=build/lib py.test-%{$python_version} -k"-test_can_decode_a_story -test_can_decode_a_story_no_huffman -test_can_encode_a_story_with_huffman -test_can_encode_a_story_no_huffman" +%python_expand PYTHONPATH=build/lib py.test-%{$python_version} -k"-test_can_decode_a_story -test_can_decode_a_story_no_huffman -test_can_encode_a_story_with_huffman -test_can_encode_a_story_no_huffman -test_decode_either_succeeds_or_raises_error" %files %{python_files} %license LICENSE