You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by sn...@apache.org on 2020/06/02 13:28:17 UTC

[cassandra-builds] branch master updated: Allow different pip-source-install repos in requirements.txt (#23)

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

snazy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cassandra-builds.git


The following commit(s) were added to refs/heads/master by this push:
     new bf6bc98  Allow different pip-source-install repos in requirements.txt (#23)
bf6bc98 is described below

commit bf6bc98085330172f323c27b21810ac0eb0cc732
Author: Robert Stupp <sn...@snazy.de>
AuthorDate: Tue Jun 2 15:28:08 2020 +0200

    Allow different pip-source-install repos in requirements.txt (#23)
---
 .gitignore                              | 2 ++
 build-scripts/cassandra-dtest-pytest.sh | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/.gitignore b/.gitignore
index 5b88705..1348a5d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,4 @@
 dist/cassandra*
 .idea
+*.iml
+
diff --git a/build-scripts/cassandra-dtest-pytest.sh b/build-scripts/cassandra-dtest-pytest.sh
index c70ed5a..ef89780 100755
--- a/build-scripts/cassandra-dtest-pytest.sh
+++ b/build-scripts/cassandra-dtest-pytest.sh
@@ -52,7 +52,7 @@ fi
 set -e # enable immediate exit if venv setup fails
 virtualenv --python=python3 venv
 source venv/bin/activate
-pip3 install -r cassandra-dtest/requirements.txt
+pip3 install --exists-action w -r cassandra-dtest/requirements.txt
 pip3 freeze
 
 ################################


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