Set version of tzlocal to 2.1

This commit is contained in:
Vitaly Baranov 2021-08-24 10:13:00 +03:00
parent 355cc09004
commit 8dc128f3d9
3 changed files with 4 additions and 3 deletions

View File

@ -79,8 +79,9 @@ RUN python3 -m pip install \
pytest-timeout \
pytest-xdist \
pytest-repeat \
pytz
redis \
tzlocal \
tzlocal==2.1 \
urllib3 \
requests-kerberos \
pyhdfs

View File

@ -37,7 +37,7 @@ RUN apt-get update \
ENV TZ=Europe/Moscow
RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone
RUN pip3 install urllib3 testflows==1.7.20 docker-compose==1.29.1 docker==5.0.0 dicttoxml kazoo tzlocal python-dateutil numpy
RUN pip3 install urllib3 testflows==1.7.20 docker-compose==1.29.1 docker==5.0.0 dicttoxml kazoo tzlocal==2.1 pytz python-dateutil numpy
ENV DOCKER_CHANNEL stable
ENV DOCKER_VERSION 20.10.6

View File

@ -38,7 +38,7 @@ sudo -H pip install \
pytest \
pytest-timeout \
redis \
tzlocal \
tzlocal==2.1 \
urllib3 \
requests-kerberos \
dict2xml \