File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -27,6 +27,10 @@ All notable changes to this project will be documented in this file.
2727
2828- opensearch: Remove the ` performance-analyzer ` plugin from the OpenSearch image ([ #1357 ] ).
2929
30+ ### Fixed
31+
32+ - testing-tools: Re-add ` pytest ` Python package as well as ` diffutils ` package ([ #1388 ] ).
33+
3034[ #1336 ] : https://github.com/stackabletech/docker-images/pull/1336
3135[ #1337 ] : https://github.com/stackabletech/docker-images/pull/1337
3236[ #1340 ] : https://github.com/stackabletech/docker-images/pull/1340
@@ -40,6 +44,7 @@ All notable changes to this project will be documented in this file.
4044[ #1373 ] : https://github.com/stackabletech/docker-images/pull/1373
4145[ #1386 ] : https://github.com/stackabletech/docker-images/pull/1386
4246[ #1387 ] : https://github.com/stackabletech/docker-images/pull/1387
47+ [ #1388 ] : https://github.com/stackabletech/docker-images/pull/1388
4348
4449## [ 25.11.0] - 2025-11-07
4550
Original file line number Diff line number Diff line change @@ -63,7 +63,9 @@ microdnf install \
6363 curl \
6464 tar \
6565 zip \
66- unzip
66+ unzip \
67+ `# Required to do test assertions of files` \
68+ diffutils
6769
6870microdnf clean all
6971rm -rf /var/cache/yum
Original file line number Diff line number Diff line change 22# Beautiful Soup pulls data out of HTML.
33beautifulsoup4 == 4.14.2
44requests == 2.32.5
5+ # Needed to run Python tests
6+ pytest == 9.0.2
57
68# Packages that were previously installed as system packages
79certifi == 2025.11.12
You can’t perform that action at this time.
0 commit comments