You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Jeff Widman (Jira)" <ji...@apache.org> on 2021/03/09 05:38:00 UTC

[jira] [Created] (CASSANDRA-16506) Drop unittest2 dependency since we no longer support python < 2.7

Jeff Widman created CASSANDRA-16506:
---------------------------------------

             Summary: Drop unittest2 dependency since we no longer support python < 2.7
                 Key: CASSANDRA-16506
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-16506
             Project: Cassandra
          Issue Type: Task
            Reporter: Jeff Widman
            Assignee: Jeff Widman


`cqlsh` has a dependency on `unittest2`. As noted in the code comment, this is only useful for testing against python versions < 2.7 because newer versions of python auto include these features in the version of `unittest` shipped with the standard library.

Given that support for Python 2.7 is itself now deprecated in favor of Python 3 support, there's no need to include the `unittest2` import... 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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