From 45be16ba032d4a0250e14027d96206ee45fd5ac0 Mon Sep 17 00:00:00 2001 From: Hansong Zhang Date: Thu, 16 May 2024 17:39:18 -0700 Subject: [PATCH] Add more sdk/ to pytest --- pytest.ini | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pytest.ini b/pytest.ini index 524f80da4c..6b63850f8a 100644 --- a/pytest.ini +++ b/pytest.ini @@ -10,9 +10,12 @@ addopts = -p no:warnings # explicitly list out tests that are running successfully in oss # sdk/ + sdk/bundled_program/serialize sdk/bundled_program/test/test_bundle_data.py sdk/bundled_program/test/test_config.py - sdk/bundled_program/serialize/test/test_serialize.py + sdk/etdump + sdk/etrecord + sdk/inspector # exir exir/backend/test/test_graph_partition.py exir/backend/test/test_backends_nested.py