summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChandan Singh <chandan@chandansingh.net>2020-01-15 00:04:53 +0000
committerChandan Singh <chandan@chandansingh.net>2020-01-15 00:04:53 +0000
commit7e76e5c263617827336239ac65fe837d6b35ee95 (patch)
tree7eaec80d059947287abf66446d3e46e9e9330de6
parentbf7776e023223b63502f5a5b78f1fb009b07b741 (diff)
downloadbuildstream-chandan/py38-cov.tar.gz
.gitlab-ci.yml: Enable coverage reporting for Python 3.8chandan/py38-cov
Since bumping coverage verion, our coverage reporting works fine with Python 3.8. Fixes #1173.
-rw-r--r--.gitlab-ci.yml6
1 files changed, 1 insertions, 5 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 6ab79e131..d8565fb6e 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -94,11 +94,7 @@ tests-python-3.8-buster:
# 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
+ TOXENV: py38,py38-plugins
# Test the master version of some external plugins
tests-plugins-master: