graingert-coef
graingert-coef
pip is switching to pyproject based editable installs https://github.com/pypa/pip/issues/11457 which breaks the celery tests see https://github.com/plotly/dash/pull/2735#discussion_r1480010572 builds on top of https://github.com/plotly/dash/pull/2735 ## Contributor Checklist - [x] I have broken down...
liccheck should migrate to `importlib.metadata.distributions()`
getdefaultlocale is called here: https://github.com/census-instrumentation/opencensus-python/blob/977d93824e24b73f2cffca03301b7b83c1929fb4/contrib/opencensus-ext-azure/opencensus/ext/azure/common/utils.py#L30 and results in a deprecation warning: ``` Traceback (most recent call last): File "/opt/hostedtoolcache/Python/3.11.7/x64/lib/python3.11/logging/config.py", line 573, in configure handler = self.configure_handler(handlers[name]) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/opt/hostedtoolcache/Python/3.11.7/x64/lib/python3.11/logging/config.py", line...
- How to reproduce the bug? ``` $ pip install datatable Collecting datatable Downloading datatable-1.1.0-cp311-cp311-macosx_10_9_universal2.whl.metadata (1.8 kB) Downloading datatable-1.1.0-cp311-cp311-macosx_10_9_universal2.whl (8.3 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 8.3/8.3 MB 2.5 MB/s eta 0:00:00 Installing collected...
Fixes #440
there's no change to dist/index.js in https://github.com/gabrielfalcao/pyenv-action/compare/v17...v18 this results in v2.3.28 being installed and Python 3.12.1 being unavailable ``` Run gabrielfalcao/pyenv-action@v18 downloading https://github.com/pyenv/pyenv/archive/v2.3.28.zip /usr/bin/unzip -o -q /opt/hostedtoolcache/pyenv-archive.zip/2.3.28/x64/pyenv-archive.zip Extracted /opt/hostedtoolcache/pyenv-archive.zip/2.3.28/x64/pyenv-archive.zip to...
Fixes #1599
Fixes #265