You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-python/lz4/files/lz4-3.0.2-test-fail-skip.patch

20 lines
680 B

--- a/tests/stream/test_stream_1.py 2020-04-29 13:00:05.213776356 -0700
+++ b/tests/stream/test_stream_1.py 2020-04-29 13:16:33.958779776 -0700
@@ -172,6 +172,8 @@
def test_invalid_config_d_4(store_comp_size):
+
+ pytest.skip('Known test failure, bug: https://github.com/python-lz4/python-lz4/issues/199')
d_kwargs = {}
d_kwargs['strategy'] = "double_buffer"
d_kwargs['buffer_size'] = 1 << (8 * store_comp_size['store_comp_size'])
@@ -231,6 +233,8 @@
def test_invalid_config_d_5():
+
+ pytest.skip('Known test failure, bug: https://github.com/python-lz4/python-lz4/issues/199')
d_kwargs = {}
d_kwargs['strategy'] = "double_buffer"