forked from apache/cassandra-dtest
-
Notifications
You must be signed in to change notification settings - Fork 0
/
requirements.txt
29 lines (29 loc) · 995 Bytes
/
requirements.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
-e git+https://github.com/datastax/python-driver.git@cassandra-test#egg=cassandra-driver
# 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
#
# In case you want to test a patch with your own CCM branch, further to changing below CCM repo and branch name, you need to add -e flag at the beginning
# Example: -e git+https://github.com/userb/ccm.git@cassandra-17182#egg=ccm
git+https://github.com/riptano/ccm.git@cassandra-test#egg=ccm
decorator
docopt
enum34
flaky
mock
pytest>=6.5.0
pytest-timeout==1.4.2
pytest-repeat
py
parse
pycodestyle
psutil
six>=1.12.0
thrift==0.10.0
netifaces
beautifulsoup4
lxml