We depend on msgpack < 1.0.0

This commit is contained in:
Marek Czernek 2024-07-17 11:35:37 +02:00 committed by Daniel Wozniak
parent db31e2bc94
commit 29d4137e0b

View file

@ -3,7 +3,7 @@ import pytest
import salt.utils.msgpack
from tests.support.mock import MagicMock, patch
@pytest.mark.skipif(salt.utils.msgpack.version < (1, 0, 0), reason="Test requires msgpack version >= 1.0.0")
def test_load_encoding(tmp_path):
"""
test when using msgpack version >= 1.0.0 we