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/5845#issuecomment-959835614,https://api.github.com/repos/pydata/xarray/issues/5845,959835614,IC_kwDOAMm_X845Ne3e,170287,2021-11-03T19:04:45Z,2021-11-03T19:04:45Z,CONTRIBUTOR,"> Thanks @marscher This is a great change.
>
> I see this is your first PR. Welcome to Xarray!
Thanks for the warm welcome.","{""total_count"": 0, ""+1"": 0, ""-1"": 0, ""laugh"": 0, ""hooray"": 0, ""confused"": 0, ""heart"": 0, ""rocket"": 0, ""eyes"": 0}",,1020407925
https://github.com/pydata/xarray/pull/5845#issuecomment-954595452,https://api.github.com/repos/pydata/xarray/issues/5845,954595452,IC_kwDOAMm_X8445fh8,170287,2021-10-29T09:32:34Z,2021-10-29T09:32:34Z,CONTRIBUTOR,All suggestions of yours are now included and CI is green. Thank you all very much for your review and suggestions.,"{""total_count"": 0, ""+1"": 0, ""-1"": 0, ""laugh"": 0, ""hooray"": 0, ""confused"": 0, ""heart"": 0, ""rocket"": 0, ""eyes"": 0}",,1020407925
https://github.com/pydata/xarray/pull/5845#issuecomment-953722459,https://api.github.com/repos/pydata/xarray/issues/5845,953722459,IC_kwDOAMm_X8442KZb,170287,2021-10-28T10:37:30Z,2021-10-28T10:37:30Z,CONTRIBUTOR,I installed the precommit hook and everything passed locally.,"{""total_count"": 0, ""+1"": 0, ""-1"": 0, ""laugh"": 0, ""hooray"": 0, ""confused"": 0, ""heart"": 0, ""rocket"": 0, ""eyes"": 0}",,1020407925
https://github.com/pydata/xarray/pull/5845#issuecomment-953259849,https://api.github.com/repos/pydata/xarray/issues/5845,953259849,IC_kwDOAMm_X8440ZdJ,170287,2021-10-27T19:53:32Z,2021-10-27T19:53:32Z,CONTRIBUTOR,I wonder if there are any tests for the backend entry points or if tests are just being skipped if the mandatory backends are unavailble (due to a bug introduced by switching from pkg_resources). I have like 5600 skipped tests when I naively invoke pytest. ,"{""total_count"": 0, ""+1"": 0, ""-1"": 0, ""laugh"": 0, ""hooray"": 0, ""confused"": 0, ""heart"": 0, ""rocket"": 0, ""eyes"": 0}",,1020407925
https://github.com/pydata/xarray/pull/5845#issuecomment-946419161,https://api.github.com/repos/pydata/xarray/issues/5845,946419161,IC_kwDOAMm_X844aTXZ,170287,2021-10-19T06:56:22Z,2021-10-19T06:56:22Z,CONTRIBUTOR,"If one installs local packages with conda, all dependencies are ignored (--use-local flag). I have not yet figured out, why this is the case due to a lack of time.","{""total_count"": 0, ""+1"": 0, ""-1"": 0, ""laugh"": 0, ""hooray"": 0, ""confused"": 0, ""heart"": 0, ""rocket"": 0, ""eyes"": 0}",,1020407925
https://github.com/pydata/xarray/pull/5845#issuecomment-939985659,https://api.github.com/repos/pydata/xarray/issues/5845,939985659,IC_kwDOAMm_X844Bwr7,170287,2021-10-11T12:29:19Z,2021-10-11T12:38:01Z,CONTRIBUTOR,"I don't think that noarch packages are restricted to python version selectors any more. I've tested this locally with a dummy recipe like this:
```yaml
package:
name: {{ name|lower }}
version: {{ version }}
source:
path: .
build:
noarch: python
number: 0
script: ""{{ PYTHON }} -m pip install . -vv""
requirements:
host:
- python
- pip
run:
- python
- importlib_metadata # [ py < 38]
```
This creates a noarch package as expected with a recent conda/build version.
This means you can merge this and still use a noarch package on Conda-forge, which will conditionally install the backport importlib-metadata package for older Python versions.","{""total_count"": 0, ""+1"": 0, ""-1"": 0, ""laugh"": 0, ""hooray"": 0, ""confused"": 0, ""heart"": 0, ""rocket"": 0, ""eyes"": 0}",,1020407925