summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJürg Billeter <j@bitron.ch>2020-08-05 08:12:39 +0200
committerJürg Billeter <j@bitron.ch>2020-08-05 08:19:34 +0200
commite6f4d441c9ae28c5d44c4873308bbefe671c66f3 (patch)
treecceadd626a6358d4f79161761b9f8824720835bd
parentf97458d1d22ce3a43f155abb82ddfd2cd226aab3 (diff)
downloadbuildstream-juerg/fedora32.tar.gz
-rw-r--r--.gitlab-ci.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index a4f776418..acc3144d5 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -62,3 +62,8 @@ variables:
tests-fedora-32:
image: registry.gitlab.com/buildstream/buildstream-docker-images/testsuite-fedora:32-${DOCKER_IMAGE_VERSION}
<<: *tests
+ variables:
+ # Our testsuite has issues with coverage on Python 3.8 so disable coverage
+ # in the meantime. For more details, see
+ # https://gitlab.com/BuildStream/buildstream/issues/1173.
+ TOXENV: py38-nocover