You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by jd...@apache.org on 2020/07/11 11:07:15 UTC

[qpid-proton] branch master updated: PROTON-2125: suppress annoying deprecation warning from Minitest (#266)

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

jdanek pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/qpid-proton.git


The following commit(s) were added to refs/heads/master by this push:
     new 5132a31  PROTON-2125: suppress annoying deprecation warning from Minitest (#266)
5132a31 is described below

commit 5132a31998de78f179a12e80812b477d6a956b6a
Author: Jiri Daněk <jd...@redhat.com>
AuthorDate: Sat Jul 11 13:07:07 2020 +0200

    PROTON-2125: suppress annoying deprecation warning from Minitest (#266)
---
 .travis.yml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index 6c6a084..fc3f74e 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -144,7 +144,8 @@ install:
 # use older version of virtualenv to workaround https://github.com/pypa/virtualenv/issues/1873
 - ${PYTHON} -m pip install --user --upgrade pip
 - ${PYTHON} -m pip install --user coverage setuptools wheel tox virtualenv==20.0.23
-- gem install minitest simplecov codecov
+# PROTON-2125 suppress annoying deprecation warning from Minitest in Ruby tests
+- gem install minitest:4.3.2 simplecov codecov
 
 before_script:
 - mkdir build


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org