diff --git a/pytest.ini b/pytest.ini index de6cbe25b..a6924e5b5 100644 --- a/pytest.ini +++ b/pytest.ini @@ -8,7 +8,6 @@ addopts = -svv --junit-xml=reports/report.xml testpaths = pybuda/test/mlir/test_ops.py pybuda/test/test_api.py - pybuda/test/test_inference.py filterwarnings = ignore::DeprecationWarning