Skip to content

Commit 02351a6

Browse files
Enable sox tests (#4040)
1 parent f92ceca commit 02351a6

File tree

2 files changed

+1
-46
lines changed

2 files changed

+1
-46
lines changed

.github/scripts/unittest-linux/run_test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,5 @@ fi
3434
export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_MOD_inflect=true
3535
export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_MOD_pytorch_lightning=true
3636
cd test
37-
pytest torchaudio_unittest -k "not backend and not (sox and not compatibility) and not /io/ and not prototype and not ffmpeg and not fairseq and not hdemucs and not (torchscript and rnnt) and not torchscript_consistency"
37+
pytest torchaudio_unittest -k "not backend and not /io/ and not prototype and not ffmpeg and not fairseq and not hdemucs and not (torchscript and rnnt) and not torchscript_consistency"
3838
)

test/torchaudio_unittest/utils/sox_utils_test.py

Lines changed: 0 additions & 45 deletions
This file was deleted.

0 commit comments

Comments
 (0)