fixup! [FIX] disabled test
This commit is contained in:
parent
98d7d5aaf4
commit
69d4beb174
|
|
@ -20,8 +20,9 @@ from odoo_openupgrade_wizard.tools_system import (
|
|||
required=True,
|
||||
prompt=True,
|
||||
type=str,
|
||||
help="Name of your project without spaces neither special chars."
|
||||
" exemple 'my-customer-9-12'. This will be used to tag with a friendly"
|
||||
help="Name of your project without spaces neither special"
|
||||
" chars or uppercases. exemple 'my-customer-9-12'."
|
||||
" This will be used to tag with a friendly"
|
||||
" name the odoo docker images.",
|
||||
)
|
||||
@click.option(
|
||||
|
|
|
|||
|
|
@ -16,6 +16,7 @@ def test_cli_docker_build():
|
|||
"docker-build",
|
||||
"--releases=14.0",
|
||||
],
|
||||
catch_exceptions=False,
|
||||
)
|
||||
assert result.exit_code == 0
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user