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):
44
44
if getattr (config .option , "fast_fvp" , False ):
45
45
pytest ._test_options ["fast_fvp" ] = config .option .fast_fvp # type: ignore[attr-defined]
46
46
47
- pytest ._test_options ["tosa_version" ] = "0.80 " # type: ignore[attr-defined]
47
+ pytest ._test_options ["tosa_version" ] = "1.0 " # type: ignore[attr-defined]
48
48
if config .option .arm_run_tosa_version :
49
49
pytest ._test_options ["tosa_version" ] = config .option .arm_run_tosa_version
50
50
@@ -81,7 +81,7 @@ def try_addoption(*args, **kwargs):
81
81
nargs = "+" ,
82
82
help = "List of two files. Firstly .pt file. Secondly .json" ,
83
83
)
84
- try_addoption ("--arm_run_tosa_version" , action = "store" , default = "0.80 " )
84
+ try_addoption ("--arm_run_tosa_version" , action = "store" , default = "1.0 " )
85
85
86
86
87
87
def pytest_sessionstart (session ):
You can’t perform that action at this time.
0 commit comments