You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@marvin.apache.org by we...@apache.org on 2019/01/08 09:23:13 UTC

[incubator-marvin] 01/02: [MARVIN-24] Pytest-Cov Version Requirement Update

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

weichen pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/incubator-marvin.git

commit 03d05f1cfdb17a0b9c8f1c33070f0d55ea7f131a
Author: Wei Chen <we...@gmail.com>
AuthorDate: Tue Jan 8 16:44:29 2019 +0800

    [MARVIN-24] Pytest-Cov Version Requirement Update
    
    Pytest-cov requirement update: https://pypi.org/project/pytest-cov/
    Travis-ci fail: https://travis-ci.org/apache/incubator-marvin/builds/476350343
    Based on this fix: https://github.com/pywbem/pywbem/pull/1370/files
    My testing: https://travis-ci.org/Wei-1/incubator-marvin/jobs/476724419
---
 python-toolbox/setup.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/python-toolbox/setup.py b/python-toolbox/setup.py
index fce8991..8e4526d 100644
--- a/python-toolbox/setup.py
+++ b/python-toolbox/setup.py
@@ -88,7 +88,7 @@ REQUIREMENTS_TESTS = [
     'tox>=2.2.0',
     'mock>=2.0.0',
     'pytest>=2.9.2',
-    'pytest-cov>=1.8.1',
+    'pytest-cov>=1.8.1,<2.6',
     'pytest-watch>=4.1.0',
     'pytest-testmon>=0.8.2',
     'Keras>=2.2.0',