Skip to content

PYTHON-1289: remove unittest2 - #1117

Merged
absurdfarce merged 3 commits into
masterfrom
remove_unittest2
Jan 24, 2022
Merged

PYTHON-1289: remove unittest2#1117
absurdfarce merged 3 commits into
masterfrom
remove_unittest2

Conversation

@absurdfarce

@absurdfarceabsurdfarce commented Nov 22, 2021

Copy link
Copy Markdown
Contributor

Motivated by recent PR from @Orenef11 (#1115). After digging into it a bit it became clearer that unittest2 likely isn't adding any value at this point. It was created as a backport for new functionality in the unittest package of 2.7 to earlier versions in the 2.x line. None of those earlier versions are supported by the current driver, however, and all 3.x Python versions supported by unittest2 are also now EOL. Seems ideal to remove the dependency all together as long as we can get to a clean test run without it.

@absurdfarce

Copy link
Copy Markdown
ContributorAuthor

test_authentication_misconfiguration:MisconfiguredAuthenticationTests passes locally for Python 2.7 so this looks to be another red herring.

@Orenef11

Copy link
Copy Markdown
Contributor

test_authentication_misconfiguration:MisconfiguredAuthenticationTests passes locally for Python 2.7 so this looks to be another red herring.

LGTM.
Trying to re-start the GitHub actions again.

@absurdfarceabsurdfarce changed the title An experiment: without unittest2PYTHON-1289: remove unittest2Jan 24, 2022
@absurdfarce
absurdfarce merged commit d3afae4 into masterJan 24, 2022
fruch added a commit to fruch/python-driver that referenced this pull request Aug 2, 2022
…to sync_with_upstream
* 'master' of https://github.com/datastax/python-driver:
Merge pull request apache#1126 from eamanu/fix-typos
PYTHON-1294: Upgrade importlib-metadata to a much newer version
Add tests for recent addition of execution profile support to cassandra.concurrent
Merge pull request apache#1122 from andy-slac/concurrent-execution-profiles
Merge pull request apache#1119 from datastax/python-1290
Merge pull request apache#1117 from datastax/remove_unittest2
Removing file unexpectedly included in previous PR
Merge pull request apache#1114 from haaawk/stream_ids_fix
Merge pull request apache#1116 from Orenef11/fix_default_argument_value
Comment update following off of apache#1110
Merge pull request apache#1103 from numberly/fix_empty_paging
Merge pull request apache#1103 from psarna/fix_deprecation_in_tracing
Fixes to the Travis build. (apache#1111)
fruch added a commit to fruch/python-driver that referenced this pull request Aug 2, 2022
…to sync_with_upstream_2
* 'master' of https://github.com/datastax/python-driver:
Merge pull request apache#1126 from eamanu/fix-typos
PYTHON-1294: Upgrade importlib-metadata to a much newer version
Add tests for recent addition of execution profile support to cassandra.concurrent
Merge pull request apache#1122 from andy-slac/concurrent-execution-profiles
Merge pull request apache#1119 from datastax/python-1290
Merge pull request apache#1117 from datastax/remove_unittest2
Removing file unexpectedly included in previous PR
Merge pull request apache#1114 from haaawk/stream_ids_fix
Merge pull request apache#1116 from Orenef11/fix_default_argument_value
Comment update following off of apache#1110
Merge pull request apache#1103 from numberly/fix_empty_paging
Merge pull request apache#1103 from psarna/fix_deprecation_in_tracing
Fixes to the Travis build. (apache#1111)
@apacheapache deleted a comment from Jimena904Oct 3, 2022
@absurdfarce
absurdfarce deleted the remove_unittest2 branch March 8, 2023 20:22
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@absurdfarce@Orenef11