15
0
forked from pool/python-hpack

Accepting request 662445 from devel:languages:python

- Skip one more flaky test
- Update url to point to upstream github

OBS-URL: https://build.opensuse.org/request/show/662445
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-hpack?expand=0&rev=3
This commit is contained in:
2019-01-08 11:16:56 +00:00
committed by Git OBS Bridge
2 changed files with 9 additions and 3 deletions

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Jan 2 12:47:37 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- Skip one more flaky test
- Update url to point to upstream github
-------------------------------------------------------------------
Tue Dec 4 12:48:55 UTC 2018 - Matej Cepl <mcepl@suse.com>

View File

@@ -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