This is an automated email from the ASF dual-hosted git repository.
brandonwilliams pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/cassandra-dtest.git
The following commit(s) were added to refs/heads/trunk by this push:
new 73106380 Pin python packages except for the driver and ccm
73106380 is described below
commit 731063804d203f2c7b38a40c4f3476598a26346d
Author: Brandon Williams <[email protected]>
AuthorDate: Thu Mar 14 10:46:51 2024 -0500
Pin python packages except for the driver and ccm
Patch by brandonwilliams; reviewed by smiklosovic for CASSANDRA-19469
---
requirements.txt | 38 +++++++++++++++++++++++---------------
1 file changed, 23 insertions(+), 15 deletions(-)
diff --git a/requirements.txt b/requirements.txt
index facb71f6..dbecfbd2 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -10,20 +10,28 @@
# 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,<=8.0.2
+click==8.1.7
+decorator==5.1.1
+docopt==0.6.2
+enum34==1.1.10
+exceptiongroup==1.2.0
+flaky==3.8.1
+geomet==0.2.1.post1
+iniconfig==2.0.0
+lxml==5.1.0
+mock==5.1.0
+netifaces==0.11.0
+packaging==24.0
+parse==1.20.1
+pluggy==1.4.0
+psutil==5.9.8
+py==1.11.0
+pycodestyle==2.11.1
+pytest==8.0.2
+pytest-repeat==0.9.3
pytest-timeout==1.4.2
-pytest-repeat
-py
-parse
-pycodestyle
-psutil
-six>=1.12.0
+PyYAML==6.0.1
+six==1.16.0
+soupsieve==2.5
thrift==0.10.0
-netifaces
-beautifulsoup4
-lxml
+tomli==2.0.1
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]