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/05/09 13:30:14 UTC

mesos git commit: Removed pip install requirements-test.in in new CLI bootstrap script.

Repository: mesos
Updated Branches:
  refs/heads/master 1e7612681 -> a6d0877b9


Removed pip install requirements-test.in in new CLI bootstrap script.

This should have been removed in 1e761268 but was overlooked.

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


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

Branch: refs/heads/master
Commit: a6d0877b9798fc7d32c7bdaf6820ab386f02bfeb
Parents: 1e76126
Author: Armand Grillet <ag...@mesosphere.io>
Authored: Wed May 9 06:28:03 2018 -0700
Committer: Kevin Klues <kl...@gmail.com>
Committed: Wed May 9 06:28:03 2018 -0700

----------------------------------------------------------------------
 src/python/cli_new/bootstrap | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/a6d0877b/src/python/cli_new/bootstrap
----------------------------------------------------------------------
diff --git a/src/python/cli_new/bootstrap b/src/python/cli_new/bootstrap
index 87ac3ca..fb6fbc4 100755
--- a/src/python/cli_new/bootstrap
+++ b/src/python/cli_new/bootstrap
@@ -69,7 +69,6 @@ echo "${CURRDIR}/../lib" >> ${SITE_PACKAGES}/_virtualenv_path_extensions.pth
 python -m pip install --upgrade pip
 python -m pip install -r ${CURRDIR}/pip-requirements.txt
 python -m pip install -r ${CURRDIR}/../lib/requirements.in
-python -m pip install -r ${CURRDIR}/../lib/requirements-test.in
 deactivate
 
 # Add custom postactivate / predeactivate scripts to add / remove