pull_requests: 550573638
This data as json
id | node_id | number | state | locked | title | user | body | created_at | updated_at | closed_at | merged_at | merge_commit_sha | assignee | milestone | draft | head | base | author_association | auto_merge | repo | url | merged_by |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
550573638 | MDExOlB1bGxSZXF1ZXN0NTUwNTczNjM4 | 4773 | closed | 0 | CI: ignore some warnings | 10194086 | <!-- Feel free to remove check-list items aren't relevant to your change --> - [x] Part of #3266 - [x] Passes `isort . && black . && mypy . && flake8` Supresses 3 warnings we get in the test suite. Two are trivial. The third is `PytestUnraisableExceptionWarning: Exception ignored in: CachingFileManager.__del__`: - The test triggers an error is in `CachingFileManager.__init__`: https://github.com/pydata/xarray/blob/31d540f9d668fc5f8c1c92165f950c568778db01/xarray/tests/test_backends_file_manager.py#L205-L207 - It then tries to run `__del__` but there is an error because an attribute is not available (as `__init__` failed) https://github.com/pydata/xarray/blob/31d540f9d668fc5f8c1c92165f950c568778db01/xarray/backends/file_manager.py#L238 - However, errors in `__del__` are ignored, therefore we get a `PytestUnraisableExceptionWarning` I decided to suppress the error and not fix `CachingFileManager` as I think that's nothing user-facing... | 2021-01-06T17:34:05Z | 2021-01-07T21:00:31Z | 2021-01-07T21:00:27Z | 2021-01-07T21:00:27Z | 01a0fafdb385872c52473262bb980f933ed570d6 | 0 | 9e643cb00ea8078c4d5448942e0112335304d497 | 31d540f9d668fc5f8c1c92165f950c568778db01 | MEMBER | 13221727 | https://github.com/pydata/xarray/pull/4773 |
Links from other tables
- 0 rows from pull_requests_id in labels_pull_requests