test.py: new Python dependencies for dtest->test.py migration

3rd-party library which provide compatibility between sync and async code:

  universalasync

Few deps from scylla-dtest:

  deepdiff
  cryptography
  boto3-stubs[dynamodb]

[avi: regenerate frozen toolchain with optimized clang from

  https://devpkg.scylladb.com/clang/clang-19.1.7-Fedora-41-aarch64.tar.gz
  https://devpkg.scylladb.com/clang/clang-19.1.7-Fedora-41-x86_64.tar.gz
]

Closes scylladb/scylladb#22497
This commit is contained in:
Evgeniy Naydanov
2025-02-09 20:17:50 +02:00
committed by Avi Kivity
parent 0185aa458b
commit 06793978c1
2 changed files with 5 additions and 1 deletions

View File

@@ -88,6 +88,8 @@ fedora_packages=(
python3-unidiff
python3-humanfriendly
python3-jinja2
python3-deepdiff
python3-cryptography
dnf-utils
pigz
net-tools
@@ -159,6 +161,8 @@ declare -A pip_packages=(
[allure-pytest]=
[pytest-xdist]=
[pykmip]=
[universalasync]=""
[boto3-stubs[dynamodb]]=""
)
pip_symlinks=(

View File

@@ -1 +1 @@
docker.io/scylladb/scylla-toolchain:fedora-41-20250205
docker.io/scylladb/scylla-toolchain:fedora-41-20250209