Rename 'environ' to 'env'

This commit is contained in:
Joe Rickerby
2022-12-05 19:18:54 +00:00
parent 56359fba70
commit 9850864851
5 changed files with 37 additions and 39 deletions
+1 -1
View File
@@ -40,7 +40,7 @@ def test_linux_container_split(tmp_path: Path, monkeypatch):
)
monkeypatch.chdir(tmp_path)
options = Options("linux", command_line_arguments=args, environ={})
options = Options("linux", command_line_arguments=args, env={})
python_configurations = cibuildwheel.linux.get_python_configurations(
options.globals.build_selector, options.globals.architectures