We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ad9419 commit 16691c9Copy full SHA for 16691c9
backends/arm/test/conftest.py
@@ -44,7 +44,7 @@ def pytest_configure(config):
44
if getattr(config.option, "fast_fvp", False):
45
pytest._test_options["fast_fvp"] = config.option.fast_fvp # type: ignore[attr-defined]
46
47
- pytest._test_options["tosa_version"] = "0.80" # type: ignore[attr-defined]
+ pytest._test_options["tosa_version"] = "1.0" # type: ignore[attr-defined]
48
if config.option.arm_run_tosa_version:
49
pytest._test_options["tosa_version"] = config.option.arm_run_tosa_version
50
0 commit comments