- 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:
parent
72f8f86d3f
commit
ba76964cbf
@ -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
|
- fix version dependency on h11
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
|
@ -69,7 +69,8 @@ RFC6455 and Compression Extensions for WebSocket via RFC7692
|
|||||||
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
||||||
|
|
||||||
%check
|
%check
|
||||||
%pytest
|
# https://github.com/python-hyper/wsproto/issues/169
|
||||||
|
%pytest -k 'not (test_handshake or test_handshake_extra_headers)'
|
||||||
|
|
||||||
%files %{python_files}
|
%files %{python_files}
|
||||||
%doc README.rst
|
%doc README.rst
|
||||||
|
Loading…
Reference in New Issue
Block a user