mirror of
https://github.com/docker/compose.git
synced 2026-08-27 03:45:29 +00:00
Fix testcases.py formatting
Signed-off-by: Alexey Rokhin <arokhin@mail.ru>
This commit is contained in:
parent
2d4fc2cd51
commit
e621117ab2
1 changed files with 2 additions and 0 deletions
|
|
@ -70,9 +70,11 @@ def v2_only():
|
|||
def v2_1_only():
|
||||
return build_version_required_decorator((V1, V2_0))
|
||||
|
||||
|
||||
def v2_2_only():
|
||||
return build_version_required_decorator((V1, V2_0, V2_1))
|
||||
|
||||
|
||||
def v3_only():
|
||||
return build_version_required_decorator((V1, V2_0, V2_1, V2_2))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue