mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
We depend on msgpack < 1.0.0
This commit is contained in:
parent
db31e2bc94
commit
29d4137e0b
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue