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