Skip to content

Commit adfaa72

Browse files
committed
attempt to fix tests (also disable Valgrind)
1 parent 0dc040b commit adfaa72

File tree

3 files changed

+1
-4
lines changed

3 files changed

+1
-4
lines changed

.travis.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,8 @@ notifications:
1818
on_failure: always
1919

2020
env:
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

Dockerfile.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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 \

tests/python/partitioning_test.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919

2020
from distutils.version import LooseVersion
2121
from 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

0 commit comments

Comments
 (0)