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,
|
required=True,
|
||||||
prompt=True,
|
prompt=True,
|
||||||
type=str,
|
type=str,
|
||||||
help="Name of your project without spaces neither special chars."
|
help="Name of your project without spaces neither special"
|
||||||
" exemple 'my-customer-9-12'. This will be used to tag with a friendly"
|
" chars or uppercases. exemple 'my-customer-9-12'."
|
||||||
|
" This will be used to tag with a friendly"
|
||||||
" name the odoo docker images.",
|
" name the odoo docker images.",
|
||||||
)
|
)
|
||||||
@click.option(
|
@click.option(
|
||||||
|
|
|
||||||
|
|
@ -16,6 +16,7 @@ def test_cli_docker_build():
|
||||||
"docker-build",
|
"docker-build",
|
||||||
"--releases=14.0",
|
"--releases=14.0",
|
||||||
],
|
],
|
||||||
|
catch_exceptions=False,
|
||||||
)
|
)
|
||||||
assert result.exit_code == 0
|
assert result.exit_code == 0
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user