Disable parameter export from tests

This commit is contained in:
Matthias 2021-06-29 20:57:16 +02:00
parent 84703080b8
commit ff61b8a2e7
1 changed files with 1 additions and 0 deletions

View File

@ -324,6 +324,7 @@ def get_default_conf(testdatadir):
"verbosity": 3,
"strategy_path": str(Path(__file__).parent / "strategy" / "strats"),
"strategy": "DefaultStrategy",
"disableparamexport": True,
"internals": {},
"export": "none",
}