summaryrefslogtreecommitdiff
path: root/.gitlab-ci
diff options
context:
space:
mode:
authorChristoph Reiter <reiter.christoph@gmail.com>2018-05-03 10:52:17 +0200
committerChristoph Reiter <reiter.christoph@gmail.com>2018-05-03 10:52:17 +0200
commit1082a79a9edc5f8e59958d62418a037af14e6b07 (patch)
treebaab7a68a26f5f3506eb549faab4aecc0d607c4d /.gitlab-ci
parentc77474fcdab71e2672c11169a820a7ad48d51eee (diff)
downloadpygobject-1082a79a9edc5f8e59958d62418a037af14e6b07.tar.gz
ci: remove pypy workaround where pip crashes with MALLOC_CHECK_
This is now fixed in PyPy and pip
Diffstat (limited to '.gitlab-ci')
-rwxr-xr-x.gitlab-ci/test-docker.sh5
1 files changed, 0 insertions, 5 deletions
diff --git a/.gitlab-ci/test-docker.sh b/.gitlab-ci/test-docker.sh
index e8c03175..4cbc232d 100755
--- a/.gitlab-ci/test-docker.sh
+++ b/.gitlab-ci/test-docker.sh
@@ -18,11 +18,6 @@ export CCACHE_DIR="${CCACHE_BASEDIR}/_ccache"
mkdir -p "${CCACHE_DIR}"
mkdir -p "${COV_DIR}"
-if [[ "${PYIMPL}" == "PyPy" ]]; then
- # https://bitbucket.org/pypy/pypy/issues/2776
- export MALLOC_CHECK_=
-fi;
-
python -m pip install git+https://github.com/pygobject/pycairo.git
python -m pip install flake8 pytest pytest-faulthandler coverage