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