You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@buildstream.apache.org by ju...@apache.org on 2021/11/06 14:48:55 UTC

[buildstream] branch juerg/coverage updated (2711172 -> 7eca3d3)

This is an automated email from the ASF dual-hosted git repository.

juergbi pushed a change to branch juerg/coverage
in repository https://gitbox.apache.org/repos/asf/buildstream.git.


 discard 2711172  tox.ini: Enable coverage support for all Python versions
 discard 50c97e8  requirements: Unpin coverage
     new b39167e  requirements: Unpin coverage
     new 7eca3d3  tox.ini: Enable coverage support for all Python versions

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (2711172)
            \
             N -- N -- N   refs/heads/juerg/coverage (7eca3d3)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 requirements/cov-requirements.txt | 6 +++---
 requirements/dev-requirements.txt | 6 +++---
 requirements/requirements.txt     | 3 ++-
 3 files changed, 8 insertions(+), 7 deletions(-)

[buildstream] 02/02: tox.ini: Enable coverage support for all Python versions

Posted by ju...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

juergbi pushed a commit to branch juerg/coverage
in repository https://gitbox.apache.org/repos/asf/buildstream.git

commit 7eca3d388616cf1f92febf6cf8a34c002d6cd0d9
Author: Jürg Billeter <j...@bitron.ch>
AuthorDate: Sat Oct 30 13:57:36 2021 +0200

    tox.ini: Enable coverage support for all Python versions
---
 tox.ini | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tox.ini b/tox.ini
index 6796c5e..5bf7fea 100644
--- a/tox.ini
+++ b/tox.ini
@@ -2,7 +2,7 @@
 # Tox global configuration
 #
 [tox]
-envlist = py{36,37},py{38,39,310}-nocover
+envlist = py{36,37,38,39,310}
 skip_missing_interpreters = true
 isolated_build = true
 

[buildstream] 01/02: requirements: Unpin coverage

Posted by ju...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

juergbi pushed a commit to branch juerg/coverage
in repository https://gitbox.apache.org/repos/asf/buildstream.git

commit b39167e9645a29aa9b4717b0d422f70baae4d455
Author: Jürg Billeter <j...@bitron.ch>
AuthorDate: Sat Oct 30 13:21:16 2021 +0200

    requirements: Unpin coverage
    
    Coverage 6 works with Cython on Python 3.8+.
---
 requirements/cov-requirements.in  |  2 +-
 requirements/cov-requirements.txt | 11 ++++++-----
 requirements/dev-requirements.txt | 10 +++++-----
 requirements/requirements.txt     |  5 +++--
 4 files changed, 15 insertions(+), 13 deletions(-)

diff --git a/requirements/cov-requirements.in b/requirements/cov-requirements.in
index d80d8f4..d4289da 100644
--- a/requirements/cov-requirements.in
+++ b/requirements/cov-requirements.in
@@ -1,4 +1,4 @@
-coverage == 4.4.0
+coverage
 pytest-cov >= 2.5.0
 pytest >= 6.0.1
 Cython
diff --git a/requirements/cov-requirements.txt b/requirements/cov-requirements.txt
index c2cb6f8..d428586 100644
--- a/requirements/cov-requirements.txt
+++ b/requirements/cov-requirements.txt
@@ -1,12 +1,13 @@
-coverage==4.4
-pytest-cov==2.10.1
+coverage==6.1.1
+pytest-cov==3.0.0
 pytest==6.2.5
 Cython==0.29.24
 ## The following requirements were added by pip freeze:
 attrs==21.2.0
 iniconfig==1.1.1
-packaging==21.0
+packaging==21.2
 pluggy==1.0.0
-py==1.10.0
-pyparsing==3.0.3
+py==1.11.0
+pyparsing==2.4.7
 toml==0.10.2
+tomli==1.2.2
diff --git a/requirements/dev-requirements.txt b/requirements/dev-requirements.txt
index 10969a4..32f6658 100644
--- a/requirements/dev-requirements.txt
+++ b/requirements/dev-requirements.txt
@@ -12,16 +12,16 @@ astroid==2.8.4
 attrs==21.2.0
 execnet==1.9.0
 iniconfig==1.1.1
-isort==5.9.3
+isort==5.10.0
 lazy-object-proxy==1.6.0
 mccabe==0.6.1
-packaging==21.0
+packaging==21.2
 platformdirs==2.4.0
 pluggy==1.0.0
 ptyprocess==0.7.0
-py==1.10.0
-pyparsing==3.0.3
+py==1.11.0
+pyparsing==2.4.7
 pytest-forked==1.3.0
 toml==0.10.2
 typing-extensions==3.10.0.2
-wrapt==1.13.2
+wrapt==1.13.3
diff --git a/requirements/requirements.txt b/requirements/requirements.txt
index 775479c..a6e4518 100644
--- a/requirements/requirements.txt
+++ b/requirements/requirements.txt
@@ -1,13 +1,14 @@
 click==8.0.3
 #
+# We are experiencing crashes with grpcio >= 1.39
 grpcio==1.38.1
 Jinja2==3.0.2
 pluginbase==1.0.1
 protobuf==3.19.1
 psutil==5.8.0
-ruamel.yaml==0.17.16
+ruamel.yaml==0.17.17
 ruamel.yaml.clib==0.2.6
-setuptools==44.1.1
+setuptools==57.4.0
 pyroaring==0.3.3
 ujson==4.2.0
 python-dateutil==2.8.2