@@ -197,7 +197,7 @@ def _check_addons(self, scaffolding_dir, odoo_skip):
197
197
198
198
def test_addons_filtered_lt_16 (self ):
199
199
"""Test addons filtering with ``ONLY`` keyword in ``addons.yaml`` for versions < 16"""
200
- self ._check_addons ("dotd" , {"16.0" , "17.0" })
200
+ self ._check_addons ("dotd" , {"16.0" , "17.0" , "18.0" })
201
201
202
202
def test_addons_filtered_ge_16 (self ):
203
203
"""Test addons filtering with ``ONLY`` keyword in ``addons.yaml`` for versions >= 16"""
@@ -335,7 +335,7 @@ def test_addons_env(self):
335
335
("test" , "-e" , "auto/addons/crm" ),
336
336
("test" , "-d" , "auto/addons/crm/migrations" ),
337
337
)
338
- for sub_env in matrix (odoo_skip = {"11.0" , "12.0" , "13.0" , "17 .0" }):
338
+ for sub_env in matrix (odoo_skip = {"11.0" , "12.0" , "13.0" , "18 .0" }):
339
339
self .compose_test (
340
340
join (SCAFFOLDINGS_DIR , "addons_env_ou" ),
341
341
sub_env ,
@@ -416,7 +416,7 @@ def _check_dotd(self, scaffolding_dir, odoo_skip):
416
416
417
417
def test_dotd_lt_16 (self ):
418
418
"""Test environment with common ``*.d`` directories for versions < 16."""
419
- self ._check_dotd ("dotd" , {"16.0" , "17.0" })
419
+ self ._check_dotd ("dotd" , {"16.0" , "17.0" , "18.0" })
420
420
421
421
def test_dotd_ge_16 (self ):
422
422
"""Test environment with common ``*.d`` directories for versions >= 16."""
@@ -468,7 +468,7 @@ def _check_dependencies(self, scaffolding_dir, odoo_skip):
468
468
469
469
def test_dependencies_lt_16 (self ):
470
470
"""Test dependencies installation for versions < 16"""
471
- self ._check_dependencies ("dependencies" , {"16.0" , "17.0" })
471
+ self ._check_dependencies ("dependencies" , {"16.0" , "17.0" , "18.0" })
472
472
473
473
def test_dependencies_ge_16 (self ):
474
474
"""Test dependencies installation for versions >= 16"""
@@ -481,7 +481,7 @@ def test_dependencies_ge_16(self):
481
481
def test_dependencies_base_search_fuzzy (self ):
482
482
"""Test dependencies installation."""
483
483
dependencies_dir = join (SCAFFOLDINGS_DIR , "dependencies_base_search_fuzzy" )
484
- for sub_env in matrix (odoo_skip = {"17.0" }):
484
+ for sub_env in matrix (odoo_skip = {"17.0" , "18.0" }):
485
485
self .compose_test (
486
486
dependencies_dir ,
487
487
sub_env ,
0 commit comments