Skip to content

Commit d1f93d0

Browse files
authored
Try to resolve rerender issue
Error: × missing field `script` ╭─[recipe/recipe.yaml:39:10] 38 │ python_version: ${{ python_min }}.* 39 │ ╭─▶ - files: 40 │ │ source: 41 │ │ - tests/ 42 │ │ requirements: 43 │ │ run: 44 │ │ - pytest 45 │ │ - pytest-rerunfailures 46 │ │ - transformers >=4.27.1 47 │ │ - moto >=4.1.4,<5.0.0 48 │ │ - redis-py >=5.0.0 49 │ │ - if: not win 50 │ │ then: 51 │ │ - redis-server 52 │ │ - boto3 53 │ │ script: 54 │ │ # Redis tests are flaky, sometimes failing with: 55 │ │ # redis.exceptions.ConnectionError: Error 111 connecting to localhost:6381. 56 │ │ # Connection refused. 57 │ │ # I suspect that there's not enough startup time, so we retry a few times. 58 │ │ - if: linux 59 │ │ then: 60 │ │ # Skip test_download_url until <coreweave/tensorizer#188> is merged. 61 │ │ - pytest tests -vvv --reruns 2 --deselect tests/test_stream_io.py::TestS3::test_download_url 62 │ │ 63 │ ├─▶ about: · ╰──── here 64 │ homepage: https://github.com/coreweave/tensorizer ╰──── help: expected field `script` to be a list of commands
1 parent 9caf05a commit d1f93d0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

recipe/recipe.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,8 @@ tests:
5959
then:
6060
# Skip test_download_url until <https://github.com/coreweave/tensorizer/pull/188> is merged.
6161
- pytest tests -vvv --reruns 2 --deselect tests/test_stream_io.py::TestS3::test_download_url
62+
else:
63+
- echo Skipping tests
6264

6365
about:
6466
homepage: https://github.com/coreweave/tensorizer

0 commit comments

Comments
 (0)