asv.plugins.mamba¶
Classes¶
Manage an environment using mamba. |
Functions¶
Module Contents¶
- class asv.plugins.mamba.Mamba(conf, python, requirements, tagged_env_vars)[source]¶
Manage an environment using mamba.
Dependencies are installed using
mamba
. The benchmarked project is installed usingpip
.- classmethod matches(python)[source]¶
Returns True if this environment subclass can handle the given Python specifier.