1
1
mirror of https://github.com/yandex/pgmigrate.git synced 2024-09-19 08:07:22 +03:00

Bump postgres and yapf versions

This commit is contained in:
secwall 2019-11-02 00:43:40 +03:00
parent 37ff280d53
commit 72d78aeebf
3 changed files with 2 additions and 3 deletions

View File

@ -11,7 +11,7 @@ RUN apt-get update && apt-get install -y software-properties-common locales && \
ENV LANG en_US.utf8
ENV DEBIAN_FRONTEND noninteractive
ENV PG_MAJOR 11
ENV PG_MAJOR 12
RUN echo 'deb http://apt.postgresql.org/pub/repos/apt/ bionic-pgdg main' $PG_MAJOR > /etc/apt/sources.list.d/pgdg.list

View File

@ -86,7 +86,6 @@ class ConflictTerminator(threading.Thread):
"""
Kills conflicting pids (only on postgresql > 9.6)
"""
def __init__(self, conn_str, interval):
threading.Thread.__init__(self, name='terminator')
self.daemon = True

View File

@ -48,7 +48,7 @@ deps = pylint
[testenv:yapf]
commands = yapf -pd pgmigrate.py
deps = yapf==0.27.0
deps = yapf==0.28.0
[flake8]
copyright-check = True