mirror of
https://github.com/aljazceru/Auto-GPT.git
synced 2026-01-04 14:54:32 +01:00
remove warning (#332)
This commit is contained in:
@@ -215,6 +215,8 @@ def run_benchmark(
|
||||
print(f"Setting cuttoff override to {cutoff} seconds.")
|
||||
|
||||
pytest_args.extend((str(CURRENT_DIRECTORY), "--cache-clear"))
|
||||
pytest_args.append("--disable-warnings")
|
||||
|
||||
return pytest.main(pytest_args)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user