From ba76964cbfe7a10496e5275eaadec99e2bbcb82a0cdf5cd1dba69d93dede856f Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Thu, 17 Feb 2022 21:01:23 +0000 Subject: [PATCH] - filter two irrelevant tests for h11 0.13.0 (gh#python-hyper/wsproto#169) OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-wsproto?expand=0&rev=21 --- python-wsproto.changes | 3 ++- python-wsproto.spec | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/python-wsproto.changes b/python-wsproto.changes index e9f7edc..c3299c1 100644 --- a/python-wsproto.changes +++ b/python-wsproto.changes @@ -1,6 +1,7 @@ ------------------------------------------------------------------- -Thu Feb 17 20:56:30 UTC 2022 - Dirk Müller +Thu Feb 17 21:00:48 UTC 2022 - Dirk Müller +- filter two irrelevant tests for h11 0.13.0 (gh#python-hyper/wsproto#169) - fix version dependency on h11 ------------------------------------------------------------------- diff --git a/python-wsproto.spec b/python-wsproto.spec index a8e3fe3..a44dad6 100644 --- a/python-wsproto.spec +++ b/python-wsproto.spec @@ -69,7 +69,8 @@ RFC6455 and Compression Extensions for WebSocket via RFC7692 %python_expand %fdupes %{buildroot}%{$python_sitelib} %check -%pytest +# https://github.com/python-hyper/wsproto/issues/169 +%pytest -k 'not (test_handshake or test_handshake_extra_headers)' %files %{python_files} %doc README.rst