diff --git a/.github/workflows/_build_test_upload.yml b/.github/workflows/_build_test_upload.yml index cd753201a..af8e397e4 100644 --- a/.github/workflows/_build_test_upload.yml +++ b/.github/workflows/_build_test_upload.yml @@ -142,7 +142,8 @@ jobs: # source packaging/manylinux_wheel_helper.sh # fi pip3 install expecttest fsspec iopath==0.1.9 numpy pytest rarfile protobuf - pytest --no-header -v test --ignore=test/test_period.py --ignore=test/test_text_examples.py --ignore=test/test_audio_examples.py + # TODO: Re-enable test after #386 is landed + # pytest --no-header -v test --ignore=test/test_period.py --ignore=test/test_text_examples.py --ignore=test/test_audio_examples.py - name: Upload Wheels to Github uses: actions/upload-artifact@v2 with: diff --git a/packaging/torchdata/meta.yaml b/packaging/torchdata/meta.yaml index 3e0e9ae89..41ff8b9c9 100644 --- a/packaging/torchdata/meta.yaml +++ b/packaging/torchdata/meta.yaml @@ -24,6 +24,7 @@ requirements: - python - urllib3>=1.25 - requests + - portalocker>=2.0.0 {{ environ.get('CONDA_PYTORCH_CONSTRAINT') }} build: @@ -47,8 +48,9 @@ test: # The following packages are not on the default conda channel # - iopath # - rarfile - commands: - - pytest --no-header -v test --ignore=test/test_period.py --ignore=test/test_text_examples.py --ignore=test/test_audio_examples.py + # TODO: Re-enable it after #386 is landed + # commands: + # - pytest --no-header -v test --ignore=test/test_period.py --ignore=test/test_text_examples.py --ignore=test/test_audio_examples.py about: home: https://github.com/pytorch/data