Skip to content

PYTHON-1289: remove unittest2 #1117

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Jan 24, 2022
Merged

PYTHON-1289: remove unittest2 #1117

merged 3 commits into from
Jan 24, 2022

Conversation

absurdfarce
Copy link
Collaborator

@absurdfarce absurdfarce commented Nov 22, 2021

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 absurdfarce reopened this Nov 22, 2021
@absurdfarce
Copy link
Collaborator Author

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

@Orenef11
Copy link
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.

@absurdfarce absurdfarce changed the title An experiment: without unittest2 PYTHON-1289: remove unittest2 Jan 24, 2022
@absurdfarce absurdfarce merged commit d3afae4 into master Jan 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 datastax#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 datastax#1122 from andy-slac/concurrent-execution-profiles
  Merge pull request datastax#1119 from datastax/python-1290
  Merge pull request datastax#1117 from datastax/remove_unittest2
  Removing file unexpectedly included in previous PR
  Merge pull request datastax#1114 from haaawk/stream_ids_fix
  Merge pull request datastax#1116 from Orenef11/fix_default_argument_value
  Comment update following off of datastax#1110
  Merge pull request datastax#1103 from numberly/fix_empty_paging
  Merge pull request datastax#1103 from psarna/fix_deprecation_in_tracing
  Fixes to the Travis build. (datastax#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 datastax#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 datastax#1122 from andy-slac/concurrent-execution-profiles
  Merge pull request datastax#1119 from datastax/python-1290
  Merge pull request datastax#1117 from datastax/remove_unittest2
  Removing file unexpectedly included in previous PR
  Merge pull request datastax#1114 from haaawk/stream_ids_fix
  Merge pull request datastax#1116 from Orenef11/fix_default_argument_value
  Comment update following off of datastax#1110
  Merge pull request datastax#1103 from numberly/fix_empty_paging
  Merge pull request datastax#1103 from psarna/fix_deprecation_in_tracing
  Fixes to the Travis build. (datastax#1111)
@datastax datastax deleted a comment from Jimena904 Oct 3, 2022
@absurdfarce absurdfarce deleted the remove_unittest2 branch March 8, 2023 20:22
datasttax added a commit to datasttax/python-driver that referenced this pull request Jul 28, 2023
Sign up for free to 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