From 8c8d9b8e5743825c47c7743c7bbfd062533e1602 Mon Sep 17 00:00:00 2001 From: Brad Schoening <5796692+bschoening@users.noreply.github.com> Date: Sun, 9 Jan 2022 21:42:43 -0500 Subject: [PATCH] Remove obsolete 'cql' dependency Patch by Brad Schoening; reviewed by brandonwilliams and bereng for CASSANDRA-17247 --- CHANGES.txt | 1 + pylib/requirements.txt | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGES.txt b/CHANGES.txt index 6492096eb8..c176a47380 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,4 +1,5 @@ 4.0.2 + * Removed unused 'cql' dependency (CASSANDRA-17247) * Don't block gossip when clearing repair snapshots (CASSANDRA-17168) * Deduplicate warnings for deprecated parameters (changed names) (CASSANDRA-17160) * Update ant-junit to version 1.10.12 (CASSANDRA-17218) diff --git a/pylib/requirements.txt b/pylib/requirements.txt index 45efb5e8ef..8dd527e0de 100644 --- a/pylib/requirements.txt +++ b/pylib/requirements.txt @@ -7,7 +7,6 @@ six>=1.12.0 # Used ccm version is tracked by cassandra-test branch in ccm repo. Please create a PR there for fixes or upgrades to new releases. -e git+https://github.com/riptano/ccm.git@cassandra-test#egg=ccm coverage -cql decorator docopt enum34