Closed leahwicz closed 2 years ago
We aren't running CI on this often (last time was 7 months ago) and there seems to be a change with using python-dateutil and instead the CI fails saying use types-python-dateutil
python-dateutil
types-python-dateutil
CI failure: https://app.circleci.com/pipelines/github/dbt-labs/hologram/158/workflows/130bcf0c-3f8e-43ad-be93-e6cfa58fc2e3/jobs/315
New package details explain its a stub package for the python-dateutil package: https://pypi.org/project/types-python-dateutil/
I ran locally and it builds and passes pytest with this
pytest
Hi, Is it possible to resolve these conflicts and merge the branch ?
@praveerk I'm very sorry for the delay! We are moving on releasing this now
We aren't running CI on this often (last time was 7 months ago) and there seems to be a change with using
python-dateutil
and instead the CI fails saying usetypes-python-dateutil
CI failure: https://app.circleci.com/pipelines/github/dbt-labs/hologram/158/workflows/130bcf0c-3f8e-43ad-be93-e6cfa58fc2e3/jobs/315
New package details explain its a stub package for the
python-dateutil
package: https://pypi.org/project/types-python-dateutil/I ran locally and it builds and passes
pytest
with this