mirror of https://github.com/apache/kafka.git
MINOR: Upgrade ducktape to 0.7.6
Author: Brian Bushree <bbushree@confluent.io> Reviewers: Ewen Cheslack-Postava <ewen@confluent.io> Closes #7138 from brianbushree/update-ducktape
This commit is contained in:
parent
aa4ba8eee8
commit
6c8f654d5f
|
|
@ -34,7 +34,7 @@ LABEL ducker.creator=$ducker_creator
|
|||
# Update Linux and install necessary utilities.
|
||||
RUN apt update && apt install -y sudo netcat iptables rsync unzip wget curl jq coreutils openssh-server net-tools vim python-pip python-dev libffi-dev libssl-dev cmake pkg-config libfuse-dev && apt-get -y clean
|
||||
RUN python -m pip install -U pip==9.0.3;
|
||||
RUN pip install --upgrade cffi virtualenv pyasn1 boto3 pycrypto pywinrm ipaddress enum34 && pip install --upgrade ducktape==0.7.5
|
||||
RUN pip install --upgrade cffi virtualenv pyasn1 boto3 pycrypto pywinrm ipaddress enum34 && pip install --upgrade ducktape==0.7.6
|
||||
|
||||
# Set up ssh
|
||||
COPY ./ssh-config /root/.ssh/config
|
||||
|
|
|
|||
|
|
@ -51,7 +51,7 @@ setup(name="kafkatest",
|
|||
license="apache2.0",
|
||||
packages=find_packages(),
|
||||
include_package_data=True,
|
||||
install_requires=["ducktape==0.7.5", "requests==2.20.0"],
|
||||
install_requires=["ducktape==0.7.6", "requests==2.20.0"],
|
||||
tests_require=["pytest", "mock"],
|
||||
cmdclass={'test': PyTest},
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in New Issue