mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
add change file
This commit is contained in:
parent
a023820a9e
commit
0942ad32c8
1 changed files with 2 additions and 1 deletions
|
@ -1,5 +1,6 @@
|
|||
from pathlib import Path
|
||||
|
||||
import salt.utils.versions as versions
|
||||
import salt.utils.yamllint as yamllint
|
||||
|
||||
|
||||
|
@ -47,4 +48,4 @@ def test_config():
|
|||
|
||||
|
||||
def test_version():
|
||||
assert yamllint.version() == "1.26.3"
|
||||
assert versions.version_cmp(yamllint.version(), "1.26.3") >= 0
|
||||
|
|
Loading…
Add table
Reference in a new issue