You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
…ings marker for nightly dask integration tests (#37324)
### Rationale for this change
Dask added some tests with a custom `@ pytest.mark.skip_with_pyarrow_strings` mark, which ensures to skip some tests when pyarrow is installed. However, that skip doesn't work correctly when running the tests on an installed version of dask with `pytest --pyargs dask.tests`.
Therefore manually skipping tests with that mark as a workaround.
* Closes: #37307
Authored-by: Joris Van den Bossche <[email protected]>
Signed-off-by: Joris Van den Bossche <[email protected]>
…ow_strings marker for nightly dask integration tests (apache#37324)
### Rationale for this change
Dask added some tests with a custom `@ pytest.mark.skip_with_pyarrow_strings` mark, which ensures to skip some tests when pyarrow is installed. However, that skip doesn't work correctly when running the tests on an installed version of dask with `pytest --pyargs dask.tests`.
Therefore manually skipping tests with that mark as a workaround.
* Closes: apache#37307
Authored-by: Joris Van den Bossche <[email protected]>
Signed-off-by: Joris Van den Bossche <[email protected]>
For example https://github.com/ursacomputing/crossbow/actions/runs/5932877661/job/16087448914. Three tests are failing:
If I run those locally, I get the message that those tests are skipped:
This seems to be correct. But for some reason, on our nightly CI, the
@pytest.mark.skip_with_pyarrow_strings
is not working correctlyThe text was updated successfully, but these errors were encountered: