- 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
This commit is contained in:
Dirk Mueller 2022-02-17 21:01:23 +00:00 committed by Git OBS Bridge
parent 72f8f86d3f
commit ba76964cbf
2 changed files with 4 additions and 2 deletions

View File

@ -1,6 +1,7 @@
-------------------------------------------------------------------
Thu Feb 17 20:56:30 UTC 2022 - Dirk Müller <dmueller@suse.com>
Thu Feb 17 21:00:48 UTC 2022 - Dirk Müller <dmueller@suse.com>
- filter two irrelevant tests for h11 0.13.0 (gh#python-hyper/wsproto#169)
- fix version dependency on h11
-------------------------------------------------------------------

View File

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