- 
                Notifications
    You must be signed in to change notification settings 
- Fork 736
Closed
Description
In #1311 we have removed legacy backends but some tests were not properly updated. We should fix them.
Steps
- Remove the definition of skipIfNoSoxBackenddecorator
- Replace the use of skipIfNoSoxBackendwithskipIfNoSox
- (If the test class has backendclass attribute) Replacebackend="sox"attribute withbackend="sox_io".
Build and testing
For setting up build environment, please refer to CONTRIBUTING.md
Build torchaudio with BUILD_SOX=1 and run sox-related tests. All the sox-related tests should be executed and pass after the changes.