pytest-env
pytest-env copied to clipboard
pytest plugin to set environment variables in pytest.ini or pyproject.toml file
A summary of our use case: - we have tests in a *tests/* directory which requires a certain set of ENV vars - we have tests in a *tests_integration* directory...
updates: - [github.com/python-jsonschema/check-jsonschema: 0.29.0 → 0.29.1](https://github.com/python-jsonschema/check-jsonschema/compare/0.29.0...0.29.1) - [github.com/astral-sh/ruff-pre-commit: v0.5.4 → v0.5.5](https://github.com/astral-sh/ruff-pre-commit/compare/v0.5.4...v0.5.5)
Is it possible to unset an env variable via a config, similar to unser VAR command ?
updates: - [github.com/astral-sh/ruff-pre-commit: v0.14.10 → v0.14.11](https://github.com/astral-sh/ruff-pre-commit/compare/v0.14.10...v0.14.11)