fixup! [FIX] disabled test

This commit is contained in:
Sylvain LE GAL 2022-04-09 15:21:06 +02:00
parent 98d7d5aaf4
commit 69d4beb174
2 changed files with 4 additions and 2 deletions

View File

@ -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(

View File

@ -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