One environment copy too much, an oversight

Signed-off-by: Pedro Algarvio <palgarvio@vmware.com>
This commit is contained in:
Pedro Algarvio 2023-11-22 12:01:14 +00:00
parent 0ef171ca12
commit fcb537103f
No known key found for this signature in database
GPG key ID: BB36BF6584A298FF

View file

@ -560,7 +560,6 @@ def onedir_dependencies(
)
_check_pkg_build_files_exist(ctx, requirements_file=requirements_file)
env = os.environ.copy()
env["PIP_CONSTRAINT"] = str(
tools.utils.REPO_ROOT / "requirements" / "constraints.txt"
)