From ec0106d91299e2d94561e843a7c276733df1be73 Mon Sep 17 00:00:00 2001 From: Vladimir Milosevic Date: Wed, 14 Aug 2024 12:09:19 +0000 Subject: [PATCH] Run basic tests --- pytest.ini | 1 - 1 file changed, 1 deletion(-) 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