Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[MAINT] - Upstream warnings when running pytest #964

Open
peytondmurray opened this issue Nov 7, 2024 · 0 comments
Open

[MAINT] - Upstream warnings when running pytest #964

peytondmurray opened this issue Nov 7, 2024 · 0 comments
Assignees
Labels
area: dependencies 📦 Issues related to conda-store dependencies area: user experience 👩🏻‍💻 Items impacting the end-user experience needs: triaging 🚦 Someone needs to have a look at this issue and triage type: maintenance 🛠

Comments

@peytondmurray
Copy link
Contributor

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

@peytondmurray peytondmurray added area: dependencies 📦 Issues related to conda-store dependencies area: user experience 👩🏻‍💻 Items impacting the end-user experience needs: triaging 🚦 Someone needs to have a look at this issue and triage type: maintenance 🛠 labels Nov 7, 2024
@peytondmurray peytondmurray self-assigned this Nov 7, 2024
@soapy1 soapy1 moved this from New 🚦 to Ready 🛎️ in conda-store 🐍 Nov 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: dependencies 📦 Issues related to conda-store dependencies area: user experience 👩🏻‍💻 Items impacting the end-user experience needs: triaging 🚦 Someone needs to have a look at this issue and triage type: maintenance 🛠
Projects
Status: Ready 🛎️
Development

No branches or pull requests

1 participant