Skip to content

Commit 10c8e9c

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 30ad161 commit 10c8e9c

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

docs/changelog/3474.bugfix.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
TOML config did not accept set_env=file|<path> terminology, despite suggesting equal support as for INI.
1+
TOML config did not accept set_env=file|<path> terminology, despite suggesting equal support as for INI.

tests/config/test_set_env.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,9 @@ def test_set_env_honor_override(eval_set_env: EvalSetEnv) -> None:
171171
("toml", '[env_run_base]\npackage="skip"\nset_env="file|{env:myenvfile}"\nchange_dir="C"'),
172172
],
173173
)
174-
def test_set_env_environment_file(conf_type: _ConfType, config: str, eval_set_env: EvalSetEnv, monkeypatch: MonkeyPatch) -> None:
174+
def test_set_env_environment_file(
175+
conf_type: _ConfType, config: str, eval_set_env: EvalSetEnv, monkeypatch: MonkeyPatch
176+
) -> None:
175177
env_file = """
176178
A=1
177179
B= 2

0 commit comments

Comments
 (0)