Skip to content

Commit

Permalink
We depend on msgpack < 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
m-czernek committed Jul 17, 2024
1 parent 1e06f3b commit 0e46198
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/pytests/unit/utils/test_msgpack.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
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
Expand Down

0 comments on commit 0e46198

Please sign in to comment.