conda-incubator / conda-store

Data science environments, for collaboration. ✨
https://conda.store
BSD 3-Clause "New" or "Revised" License
149 stars 50 forks source link

[MAINT] - Upstream warnings when running `pytest` #964

Open peytondmurray opened 2 weeks ago

peytondmurray commented 2 weeks ago

Context

This issue is meant to track warnings from conda-store-server dependencies.

../../../../.pyenv/versions/miniconda3-latest/envs/conda-store-server-dev/lib/python3.10/site-packages/traitlets/traitlets.py:3615
  /home/pdmurray/.pyenv/versions/miniconda3-latest/envs/conda-store-server-dev/lib/python3.10/site-packages/traitlets/traitlets.py:3615: DeprecationWarning: metadata {'description': 'Conda platforms to solve environments for via conda-lock. Must include current platform.'} was set from the constructor. With traitlets 4.1, metadata should be set using the .tag() method, e.g., Int().tag(key1='value1', key2='value2')
    super().__init__(trait=trait, default_value=default_value, **kwargs)

../../../../.pyenv/versions/miniconda3-latest/envs/conda-store-server-dev/lib/python3.10/site-packages/conda_pack/core.py:15
  /home/pdmurray/.pyenv/versions/miniconda3-latest/envs/conda-store-server-dev/lib/python3.10/site-packages/conda_pack/core.py:15: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html
    import pkg_resources

Value and/or benefit

Warnings are there to alert us to pending deprecations or other problems that need to be addressed.

Anything else?

No response