Skip to content

Commit f944691

Browse files
nedsebCopilot
andauthored
Update tests/test_scenarios.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 2f46af7 commit f944691

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_scenarios.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ def _print_result(result, test):
3131
def iter_scenario_tests():
3232
"""Yield (scenario, test) tuples for parametrize."""
3333
for yaml_file in sorted(SCENARIOS_DIR.glob("*.yaml")):
34-
with open(yaml_file) as f:
34+
with open(yaml_file, encoding="utf-8") as f:
3535
scenario = yaml.safe_load(f)
3636

3737
driver = scenario["driver"]

0 commit comments

Comments
 (0)