From d6bd029e62b937f985edabe10e1ea0b9903c8521 Mon Sep 17 00:00:00 2001 From: Sam Armstrong <88863522+Sam-Armstrong@users.noreply.github.com> Date: Thu, 11 Apr 2024 01:57:45 +0000 Subject: [PATCH] testing PR going with org change --- conftest.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/conftest.py b/conftest.py index a65fa04..2030d4f 100644 --- a/conftest.py +++ b/conftest.py @@ -11,6 +11,8 @@ FW_STRS = ["numpy", "jax", "tensorflow", "torch"] + + @pytest.fixture(autouse=True) def run_around_tests(dev_str, f, compile_graph, fw): if "gpu" in dev_str and fw == "numpy":