File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ def pytest_configure(config):
4444 if getattr (config .option , "fast_fvp" , False ):
4545 pytest ._test_options ["fast_fvp" ] = config .option .fast_fvp # type: ignore[attr-defined]
4646
47- pytest ._test_options ["tosa_version" ] = "0.80 " # type: ignore[attr-defined]
47+ pytest ._test_options ["tosa_version" ] = "1.0 " # type: ignore[attr-defined]
4848 if config .option .arm_run_tosa_version :
4949 pytest ._test_options ["tosa_version" ] = config .option .arm_run_tosa_version
5050
@@ -81,7 +81,7 @@ def try_addoption(*args, **kwargs):
8181 nargs = "+" ,
8282 help = "List of two files. Firstly .pt file. Secondly .json" ,
8383 )
84- try_addoption ("--arm_run_tosa_version" , action = "store" , default = "0.80 " )
84+ try_addoption ("--arm_run_tosa_version" , action = "store" , default = "1.0 " )
8585
8686
8787def pytest_sessionstart (session ):
You can’t perform that action at this time.
0 commit comments