🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

conda-store-server

Package Overview
Dependencies
Maintainers
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

conda-store-server

Conda Environment Management, Builds, and Serve

2025.2.2
Source
PyPI
Maintainers
4

conda-store server

A multi-tenant server for managing conda environments. See the documentation for more information.

Running tests

Run tests with pytest

# ignoring integration tests
$ python -m pytest -m "not extended_prefix and not user_journey" tests/

# ignoring long running tests
$ python -m pytest -m "not extended_prefix and not user_journey and not long_running_test" tests/

Run tests with code coverage

Ensure you have pytest-cov install

$ pip install pytest-cov

Run tests

$ python -m pytest -m "not extended_prefix and not user_journey" --cov=conda_store_server tests/

Check coverage report

$ coverage report

Keywords

conda

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts