Skip to content

Commit

Permalink
Add more sdk/ to pytest (pytorch#3650)
Browse files Browse the repository at this point in the history
Summary: Pull Request resolved: pytorch#3650

Reviewed By: shoumikhin

Differential Revision: D57472879

Pulled By: kirklandsign

fbshipit-source-id: 965c54b3c41f05ac2d7127d657f9cf3b382615fd
  • Loading branch information
kirklandsign authored and facebook-github-bot committed May 17, 2024
1 parent ae311b4 commit dc36ef7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pytest.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit dc36ef7

Please sign in to comment.