You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by kl...@apache.org on 2018/02/07 15:09:40 UTC

[3/4] mesos git commit: Updated the python-based CLIs tox.ini file.

Updated the python-based CLIs tox.ini file.

This file has been updated to pull in its python dependencies directly
from the relevant requirements.txt and requirements-test.txt files
instead of duplicating the list of packages from these files.

Review: https://reviews.apache.org/r/61172/


Project: http://git-wip-us.apache.org/repos/asf/mesos/repo
Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/dea1b31e
Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/dea1b31e
Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/dea1b31e

Branch: refs/heads/master
Commit: dea1b31ec6ac466831095d82e280911365d2f174
Parents: 9571adc
Author: Eric Chung <ci...@gmail.com>
Authored: Wed Feb 7 16:01:08 2018 +0100
Committer: Kevin Klues <kl...@gmail.com>
Committed: Wed Feb 7 16:08:32 2018 +0100

----------------------------------------------------------------------
 src/python/lib/tox.ini | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/dea1b31e/src/python/lib/tox.ini
----------------------------------------------------------------------
diff --git a/src/python/lib/tox.ini b/src/python/lib/tox.ini
index 8ad030d..fd5e89c 100644
--- a/src/python/lib/tox.ini
+++ b/src/python/lib/tox.ini
@@ -10,7 +10,5 @@ skipsdist = true
 [testenv]
 commands = py.test tests -vv --cov=mesos --cov-report=term-missing
 deps =
-    coverage
-    mock
-    pytest
-    pytest-cov
+    -rrequirements.in
+    -rrequirements-test.in