remove warning (#332)

This commit is contained in:
merwanehamadi
2023-08-28 22:20:07 -07:00
committed by GitHub
parent dab064f5a8
commit 6715b462fd

View File

@@ -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)