Skip to content

Commit cfd2a5e

Browse files
committed
fix after merge conflict
1 parent e630ce1 commit cfd2a5e

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tests/test_select_gen.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,9 @@
1010

1111
@needs_py39
1212
def test_select_gen() -> None:
13-
env = os.environ.copy()
14-
env["CHECK_JINJA"] = "1"
1513
result = subprocess.run(
1614
[sys.executable, Path("scripts") / "generate_select.py"],
17-
env={**os.environ},
15+
env={**os.environ, "CHECK_JINJA": "1"},
1816
check=True,
1917
cwd=root_path,
2018
capture_output=True,

0 commit comments

Comments
 (0)