Merge "Slurp constraints.txt separately for each host in a batch"

This commit is contained in:
Zuul 2022-02-22 19:39:25 +00:00 committed by Gerrit Code Review
commit 3dddb491a9
1 changed files with 0 additions and 1 deletions

View File

@ -19,7 +19,6 @@
slurp:
src: "{{ _venv_build_requirements_prefix }}-constraints.txt"
register: _constraints_file_slurp
run_once: true
when: venv_wheel_build_enable | bool
# TODO(odyssey4me):