File tree Expand file tree Collapse file tree 3 files changed +1
-4
lines changed Expand file tree Collapse file tree 3 files changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -18,10 +18,8 @@ notifications:
1818 on_failure : always
1919
2020env :
21- - PG_VERSION=10 LEVEL=nightmare
2221 - PG_VERSION=10 LEVEL=hardcore
2322 - PG_VERSION=10
24- - PG_VERSION=9.6 LEVEL=nightmare
2523 - PG_VERSION=9.6 LEVEL=hardcore
2624 - PG_VERSION=9.6
2725 - PG_VERSION=9.5 LEVEL=hardcore
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ RUN apk add --no-cache \
55 openssl curl \
66 cmocka-dev \
77 perl perl-ipc-run \
8- python3 python3-dev py -virtualenv \
8+ python3 python3-dev py3 -virtualenv \
99 coreutils linux-headers \
1010 make musl-dev gcc bison flex \
1111 zlib-dev libedit-dev \
Original file line number Diff line number Diff line change 1919
2020from distutils .version import LooseVersion
2121from testgres import get_new_node , get_pg_version
22- from testgres .utils import pg_version_ge
2322
2423# set setup base logging config, it can be turned on by `use_logging`
2524# parameter on node setup
You can’t perform that action at this time.
0 commit comments