diff options
author | Jürg Billeter <j@bitron.ch> | 2020-08-12 17:27:54 +0200 |
---|---|---|
committer | Jürg Billeter <j@bitron.ch> | 2020-08-12 17:37:09 +0200 |
commit | 85d8ee1d072abe204f3706f3aa92fe696efe8e04 (patch) | |
tree | 70d7daaaca76b70ad9f2d87895d875d3ba6c1213 /.gitlab-ci.yml | |
parent | e5afbd7eb2cac387ec772b27a57c03769c0f5fd6 (diff) | |
download | buildstream-85d8ee1d072abe204f3706f3aa92fe696efe8e04.tar.gz |
.gitlab-ci.yml: Drop tests-python-3.8-buster job
Python 3.8 is now covered by Fedora 32. There is no longer a need to use
a special Debian image for Python 3.8.
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4b02e11ae..b1e673a64 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -84,19 +84,6 @@ tests-centos-7.7: <<: *tests image: registry.gitlab.com/buildstream/buildstream-docker-images/testsuite-centos:7.7.1908-${DOCKER_IMAGE_VERSION} -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: <<: *tests |