coiled / benchmarks

BSD 3-Clause "New" or "Revised" License
32 stars 17 forks source link

Failure in `test_latest_coiled`, `AssertionError` #744

Open j-bennet opened 1 year ago

j-bennet commented 1 year ago

Time to bump the version?

FAILED tests/runtime/test_build.py::test_latest_coiled - AssertionError: assert <Version('0.5.6')> == <Version('0.5.7')>

Workflows:

ntabris commented 1 year ago

I don't think coiled is pinned, my guess is that tests were running while we were releasing new version of client.

jrbourbeau commented 1 year ago

Yeah, this is a known flaky test. When there's been a coiled release on PyPI, but not yet on conda-forge, this test fails. Making this test more robust would be a welcome improvement.