summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJavier Jardón <jjardon@gnome.org>2020-04-05 13:27:51 +0100
committerJavier Jardón <jjardon@gnome.org>2020-04-18 17:17:22 +0000
commitcafdc63d4b17e9254af141d169d201f68942a679 (patch)
tree2f424f0edaf92feff72712d54963570ccd908e05
parent73e140d40b4149f1de9d949b447bfdcf4a72faf2 (diff)
downloadbuildstream-jjardon/update_python_deps.tar.gz
Enable python3.8 coveragejjardon/update_python_deps
-rw-r--r--.gitlab-ci.yml9
1 files changed, 0 insertions, 9 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 51f755b26..0d820712d 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -86,15 +86,6 @@ tests-centos-7.6:
tests-python-3.8-buster:
image: registry.gitlab.com/buildstream/buildstream-docker-images/testsuite-python:3.8-buster-${DOCKER_IMAGE_VERSION}
<<: *tests
- variables:
- # This particular testsuite image has both Python 3.7 and Python 3.8 so we
- # need to explicitly force the 3.8 environment.
- # Once Python 3.8 is available in distros, we should switch to such an
-
- # 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,py38-plugins-nocover
# Test the master version of some external plugins
tests-plugins-master: