diff options
author | Tom Rini <trini@konsulko.com> | 2023-04-04 14:36:43 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2023-04-04 14:36:43 -0400 |
commit | 698c2bd364ce4122a0d0db82b5a8d842186b2fa4 (patch) | |
tree | 3e6bccfc2033f154209afc4b888897ffa301f7d2 /test/py | |
parent | 0916377b837a7a964587564c4560e4534aec72cb (diff) | |
parent | d7e0678c7627e68ea3810ddc6ac3df209670a6cf (diff) |
Merge branch '2023-04-04-update-to-clang-16'
- Update our CI to use clang-16 for tests. This also changes slightly
how we do linker lists so that we don't rely on undefined behavior
that lead to clang-15 and later failing to work (and in some cases
seemingly, earlier versions of clang would sometimes fail).
Diffstat (limited to 'test/py')
-rw-r--r-- | test/py/requirements.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/test/py/requirements.txt b/test/py/requirements.txt index e241780f923..86d6266053f 100644 --- a/test/py/requirements.txt +++ b/test/py/requirements.txt @@ -8,21 +8,21 @@ fixtures==3.0.0 importlib-metadata==0.23 linecache2==1.0.0 more-itertools==7.2.0 -packaging==19.2 +packaging==21.3 pbr==5.4.3 pluggy==0.13.0 py==1.10.0 pycryptodomex==3.9.8 pyelftools==0.27 pygit2==1.9.2 -pyparsing==2.4.2 +pyparsing==3.0.7 pytest==6.2.5 pytest-xdist==2.5.0 python-mimeparse==1.6.0 python-subunit==1.3.0 -requests==2.25.1 +requests==2.27.1 setuptools==58.3.0 -six==1.12.0 +six==1.16.0 testtools==2.3.0 traceback2==1.4.0 unittest2==1.1.0 |