Don't set working_dir twice.

This commit is contained in:
Brad Warren 2020-10-22 17:14:26 -07:00
parent a1c3e010e3
commit f04008cb25

View file

@ -97,7 +97,6 @@ def pip_install_with_print(args_str, disable_build_isolation=True):
def main(args):
tools_path = find_tools_path()
working_dir = tempfile.mkdtemp()
with temporary_directory() as working_dir:
test_constraints = os.path.join(working_dir, 'test_constraints.txt')