issue_comments: 1321200061
This data as json
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/7285#issuecomment-1321200061 | https://api.github.com/repos/pydata/xarray/issues/7285 | 1321200061 | IC_kwDOAMm_X85Ov-m9 | 14371165 | 2022-11-20T17:49:56Z | 2022-11-20T17:49:56Z | MEMBER | Mypy errors with python 3.8. Doesn't appear related to this PR at least. ``` Run python -m mypy --install-types --non-interactive --cobertura-xml-report mypy_report python -m mypy --install-types --non-interactive --cobertura-xml-report mypy_report shell: /usr/bin/bash -l {0} env: CONDA_ENV_FILE: ci/requirements/environment.yml PYTHON_VERSION: 3.8 TODAY: 2022-11-20 MAMBA_ROOT_PREFIX: /home/runner/micromamba-root MAMBA_EXE: /home/runner/micromamba-bin/micromamba Collecting types-PyYAML Downloading types_PyYAML-6.0.12.2-py3-none-any.whl (14 kB) Collecting types-paramiko Downloading types_paramiko-2.12.0.1-py3-none-any.whl (32 kB) Collecting types-pytz Downloading types_pytz-2022.6.0.1-py3-none-any.whl (4.7 kB) Collecting types-setuptools Downloading types_setuptools-65.6.0.0-py3-none-any.whl (48 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 48.9/48.9 kB 19.4 MB/s eta 0:00:00 Collecting types-cryptography Downloading types_cryptography-3.3.23.2-py3-none-any.whl (30 kB) Installing collected packages: types-setuptools, types-PyYAML, types-pytz, types-cryptography, types-paramiko Successfully installed types-PyYAML-6.0.12.2 types-cryptography-3.3.23.2 types-paramiko-2.12.0.1 types-pytz-2022.6.0.1 types-setuptools-65.6.0.0 xarray/core/types.py:73: error: "tuple" is not subscriptable [misc] Generated Cobertura report: /home/runner/work/xarray/xarray/mypy_report/cobertura.xml Installing missing stub packages: /home/runner/micromamba-root/envs/xarray-tests/bin/python -m pip install types-PyYAML types-paramiko types-pytz types-setuptools xarray/core/types.py:75: error: "tuple" is not subscriptable [misc] xarray/core/types.py:77: error: "tuple" is not subscriptable [misc] xarray/core/types.py:79: error: "list" is not subscriptable [misc] xarray/core/merge.py:43: error: "tuple" is not subscriptable [misc] xarray/core/merge.py:44: error: "tuple" is not subscriptable [misc] xarray/core/merge.py:45: error: "tuple" is not subscriptable [misc] xarray/backends/api.py:65: error: "dict" is not subscriptable [misc] Generated Cobertura report: /home/runner/work/xarray/xarray/mypy_report/cobertura.xml Found 8 errors in 3 files (checked 140 source files) ``` |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
1447049720 |