-
Notifications
You must be signed in to change notification settings - Fork 732
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
skipIfNoSoxBackend
decorator - Replace the use of
skipIfNoSoxBackend
withskipIfNoSox
- (If the test class has
backend
class 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.