Skip to content

Commit

Permalink
Update requirements.txt with the new ccm update strategy
Browse files Browse the repository at this point in the history
Patch by Ekaterina Dimitrova, reviewed by Michael Semb Wever for CASSANDRA-16438
  • Loading branch information
ekaterinadimitrova2 committed Feb 11, 2021
1 parent ad9462e commit 582f641
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion requirements.txt
@@ -1,5 +1,11 @@
-e git+https://github.com/datastax/python-driver.git@cassandra-test#egg=cassandra-driver
# Used ccm version is tracked by cassandra-test branch in ccm repo. Please create a PR there for fixes or upgrades to new releases.
# For ccm changes, please, create a PR to the master branch of the ccm repository.
# New commits to master are not automatically used by the python dtests. And changes
# made to ccm and intended/needed to be used by the dtests can be put in use by re-tagging cassandra-test to master's HEAD.
# The re-tagging approach is
# git tag -a -f cassandra-test
# git push origin :refs/tags/cassandra-test
# git push -f origin refs/tags/cassandra-test
-e git+https://github.com/riptano/ccm.git@cassandra-test#egg=ccm
decorator
docopt
Expand Down

0 comments on commit 582f641

Please sign in to comment.