File tree 3 files changed +1
-4
lines changed
3 files changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -18,10 +18,8 @@ notifications:
18
18
on_failure : always
19
19
20
20
env :
21
- - PG_VERSION=10 LEVEL=nightmare
22
21
- PG_VERSION=10 LEVEL=hardcore
23
22
- PG_VERSION=10
24
- - PG_VERSION=9.6 LEVEL=nightmare
25
23
- PG_VERSION=9.6 LEVEL=hardcore
26
24
- PG_VERSION=9.6
27
25
- 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 \
5
5
openssl curl \
6
6
cmocka-dev \
7
7
perl perl-ipc-run \
8
- python3 python3-dev py -virtualenv \
8
+ python3 python3-dev py3 -virtualenv \
9
9
coreutils linux-headers \
10
10
make musl-dev gcc bison flex \
11
11
zlib-dev libedit-dev \
Original file line number Diff line number Diff line change 19
19
20
20
from distutils .version import LooseVersion
21
21
from testgres import get_new_node , get_pg_version
22
- from testgres .utils import pg_version_ge
23
22
24
23
# set setup base logging config, it can be turned on by `use_logging`
25
24
# parameter on node setup
You can’t perform that action at this time.
0 commit comments