builder-constraints.txt: add packaging==21.3

Closes-bug: 2000636
Signed-off-by: Scott Little <scott.little@windriver.com>
Change-Id: I305ef3701bcbcd9803bf23dd2660f12272bcc392
This commit is contained in:
Scott Little 2022-12-28 10:01:32 -05:00
parent 88aa1e6194
commit 6b1ae179f5
2 changed files with 5 additions and 4 deletions

View File

@ -15,3 +15,4 @@ certifi==2021.10.8
importlib-metadata==4.10.1
virtualenv==20.13.0
importlib_resources==5.4.0
packaging==21.3

View File

@ -10,14 +10,14 @@ setenv = VIRTUAL_ENV={envdir}
OS_STDERR_CAPTURE=1
OS_TEST_TIMEOUT=60
deps = -r{toxinidir}/test-requirements.txt
whitelist_externals = reno
allowlist_externals = reno
[testenv:linters]
basepython = python3
# bashate ignore:
# E006 - accept long lines
# E040 - false positive on |& syntax (new in bash 4)
whitelist_externals = bash
allowlist_externals = bash
commands =
bash -c "find {toxinidir} \
\( -name .tox -prune \) \
@ -74,7 +74,7 @@ deps = -r{toxinidir}/doc/requirements.txt
commands =
rm -rf doc/build
sphinx-build -a -E -W -d doc/build/doctrees -b html doc/source doc/build/html
whitelist_externals = rm
allowlist_externals = rm
[testenv:releasenotes]
basepython = python3
@ -82,7 +82,7 @@ deps = -r{toxinidir}/doc/requirements.txt
commands =
rm -rf releasenotes/build
sphinx-build -a -E -W -d releasenotes/build/doctrees -b html releasenotes/source releasenotes/build/html
whitelist_externals = rm
allowlist_externals = rm
[testenv:newnote]
basepython = python3