Update git submodules

* Update tacker from branch 'master'
  to 7bb1bf8f5e7da87d7b70b5334c7bc9233b0e7965
  - Fix tox4 error
    
    tox.ini started failing with Tox4 which had some
    incompatible changes. One is passenv where we need
    to pass each value in newline otherwise, it fails with
    error:
    
     failed with pass_env values cannot contain whitespace,
     use comma to have multiple values in a single line,
     invalid values found.....
    
    Other failure is due to the skipsdist = True.
    
    Fixing tox.ini for tox4 changes.
    
    Change-Id: I42f12c6209fdf298488061617e12d8b32ee5f8aa
This commit is contained in:
Ghanshyam Mann 2023-01-20 01:45:11 -06:00 committed by Gerrit Code Review
parent 58f4204d5d
commit 897600980f
1 changed files with 1 additions and 1 deletions

2
tacker

@ -1 +1 @@
Subproject commit b34b40944b31a490f6997fd4b797ba052152c5cb
Subproject commit 7bb1bf8f5e7da87d7b70b5334c7bc9233b0e7965