From dc36ef73eda0ec50cb9644191b03b70ad688a55e Mon Sep 17 00:00:00 2001 From: Hansong Zhang Date: Fri, 17 May 2024 10:48:17 -0700 Subject: [PATCH] Add more sdk/ to pytest (#3650) Summary: Pull Request resolved: https://github.com/pytorch/executorch/pull/3650 Reviewed By: shoumikhin Differential Revision: D57472879 Pulled By: kirklandsign fbshipit-source-id: 965c54b3c41f05ac2d7127d657f9cf3b382615fd --- 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