This is an automated email from the ASF dual-hosted git repository. tvb pushed a commit to branch tristan/test-workflows in repository https://gitbox.apache.org/repos/asf/buildstream.git
commit 43b928432dc0e36bf3f49154c9d70f611338596f Author: Tristan van Berkom <[email protected]> AuthorDate: Wed Oct 7 12:53:21 2020 +0900 .github/workflows/ci.yml: Add py38 to the toxenv list Ensure that we use `nocover` with py38, as there is a bug with coverage and python 3.8 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a10b6d9..b741e28 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -31,7 +31,7 @@ jobs: env: CI_IMAGE_PREFIX: registry.gitlab.com/buildstream/buildstream-docker-images/testsuite CI_IMAGE_SUFFIX: master-177137613 - TOXENV: py36,py36-plugins,py37,py37-plugins,py38,py38-plugins + TOXENV: py36,py37,py38-nocover,py36-plugins,py37-plugins,py38-plugins-nocover # FIXME: De-duplicate against tox.ini BST_PLUGINS_EXPERIMENTAL_VERSION: 1.93.4
