forked from pytorch/executorch
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Ignore backends/arm unit tests from pytest.ini (pytorch#3831)
Summary: The Arm tests needs to have TOSA/Vela tools installed and they are not installed by default by installed_requirements.sh Most backends/arm tests will not test anything out of the box when running all tests without it those tools installed. To run backends/arm test you first need to install the Arm dependacies with: $ examples/arm/setup.sh --i-agree-to-the-contained-eula Then the test can be executed with: $ pytest --config-file=/dev/null backends/arm/test/ For GitHub testing this is setup/executed in the unittest-arm job see .github/workflows/pull.yml for more info. Pull Request resolved: pytorch#3831 Reviewed By: mergennachin Differential Revision: D58138417 Pulled By: digantdesai fbshipit-source-id: 8ff5fb8b902910d18bc86f69b8a0d4dc0930c555
- Loading branch information
1 parent
1713392
commit 2b48e13
Showing
16 changed files
with
67 additions
and
291 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.