html_url,issue_url,id,node_id,user,created_at,updated_at,author_association,body,reactions,performed_via_github_app,issue https://github.com/pydata/xarray/pull/4726#issuecomment-750352834,https://api.github.com/repos/pydata/xarray/issues/4726,750352834,MDEyOklzc3VlQ29tbWVudDc1MDM1MjgzNA==,2448579,2020-12-23T15:36:11Z,2020-12-23T15:36:11Z,MEMBER,Thanks @aurghs !,"{""total_count"": 0, ""+1"": 0, ""-1"": 0, ""laugh"": 0, ""hooray"": 0, ""confused"": 0, ""heart"": 0, ""rocket"": 0, ""eyes"": 0}",,773717776 https://github.com/pydata/xarray/pull/4726#issuecomment-750308769,https://api.github.com/repos/pydata/xarray/issues/4726,750308769,MDEyOklzc3VlQ29tbWVudDc1MDMwODc2OQ==,10194086,2020-12-23T13:50:44Z,2020-12-23T13:50:44Z,MEMBER,"I assume you know this, but in case not. I find it's easiest to suppress the message using: ```python @pytest.mark.filterwarnings(""ignore:Specified Dask chunks"") def test_xy(): ... ``` If you want to test for the warning you can use: ```python def test_xy(): with pytest.warns(UserWarning, match=""Specified Dask chunks""): func(...) ``` note that this also suppresses the warning - i.e. you don't need both.","{""total_count"": 0, ""+1"": 0, ""-1"": 0, ""laugh"": 0, ""hooray"": 0, ""confused"": 0, ""heart"": 0, ""rocket"": 0, ""eyes"": 0}",,773717776 https://github.com/pydata/xarray/pull/4726#issuecomment-750297820,https://api.github.com/repos/pydata/xarray/issues/4726,750297820,MDEyOklzc3VlQ29tbWVudDc1MDI5NzgyMA==,10194086,2020-12-23T13:20:12Z,2020-12-23T13:42:15Z,MEMBER,"This leads to [warnings in the test suite](https://dev.azure.com/xarray/xarray/_build/results?buildId=4596&view=logs&j=acc1347f-8235-55b0-95c7-0e2189e61659&t=7284452c-b1fa-561e-b473-09e477cf0d79&l=268 ). Could you please suppress them? Btw & not for here. There are other warnings from the backends refactor. Would be nice if you could hunt them down and either fix or suppress them. ","{""total_count"": 1, ""+1"": 1, ""-1"": 0, ""laugh"": 0, ""hooray"": 0, ""confused"": 0, ""heart"": 0, ""rocket"": 0, ""eyes"": 0}",,773717776