Skip to content

Commit 226f625

Browse files
Merge pull request #1771 from atlassian/bhyde/revert-bzt-bump
bhyde/revert bzt bump due to yaml error
2 parents 97108ea + 1d5297a commit 226f625

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,7 @@ RUN if [ "$CHROME_VERSION" = "latest" ]; then wget -O google-chrome.deb $CHROME_
2828
&& rm -rf ./google-chrome.deb
2929

3030
COPY requirements.txt /tmp/requirements.txt
31-
#TODO Remove --no-deps after Taurus will install the latest setuptools https://raw.githubusercontent.com/Blazemeter/taurus/refs/heads/master/requirements.txt
32-
RUN pip install --no-cache-dir -r /tmp/requirements.txt --no-deps
31+
RUN pip install --no-cache-dir -r /tmp/requirements.txt
3332

3433
RUN if [ "$INCLUDE_BZT" = "true" ]; then \
3534
wget https://blazemeter-tools.s3.us-east-2.amazonaws.com/bzt.tar.gz -O /tmp/bzt.tar.gz && \

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ selenium==4.31.0
66
filelock==3.18.0
77
packaging==24.2
88
prettytable==3.16.0
9-
bzt==1.16.42
9+
bzt==1.16.32 # bzt 1.16.34 has pinned setuptools==65.5.0, which does not have distutils
1010
boto3==1.37.30
1111
retry==0.9.2

0 commit comments

Comments
 (0)