A tox 4 plugin that allows reusing the same virtual environment across multiple tox environments. This is useful when the base python version and dependencies are identical, but the env name differs. Version 0.2.0.post2, stable but niche. Supports Python >=3.7.
pip install tox-ignore-env-name-mismatchNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Enable the plugin by setting 'ignore_env_name_mismatch = true' in tox.ini under [testenv], or by setting the TOX_IGNORE_ENV_NAME_MISMATCH environment variable to 1. No code changes needed.
Ensure you have tox >=4.0.0 installed.
Use per-environment overrides or conditional settings if only specific environments should reuse.
Migrate to using the INI config: ignore_env_name_mismatch = true.