You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@buildstream.apache.org by no...@apache.org on 2020/12/29 12:41:16 UTC

[buildstream] 01/02: requirements/dev-requirements.in: Unpin coverage

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

not-in-ldap pushed a commit to branch tristan/unpin-coverage
in repository https://gitbox.apache.org/repos/asf/buildstream.git

commit 7b5cdafae3136657a4c1828d9fc4c79f666f9668
Author: Tristan Van Berkom <tr...@codethink.co.uk>
AuthorDate: Mon Feb 18 18:49:59 2019 +0900

    requirements/dev-requirements.in: Unpin coverage
    
    To play better with distros, we should try to keep our
    loose requirements minimal bound.
    
    This should fix #916
---
 requirements/dev-requirements.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/requirements/dev-requirements.in b/requirements/dev-requirements.in
index 9edb234..cfaba81 100644
--- a/requirements/dev-requirements.in
+++ b/requirements/dev-requirements.in
@@ -1,4 +1,4 @@
-coverage == 4.4.0
+coverage >= 4.4.0
 pylint
 pycodestyle
 pytest >= 3.9