Skip to content
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

Support Python 3 #2761

Merged
merged 1 commit into from
Dec 16, 2018
Merged

Support Python 3 #2761

merged 1 commit into from
Dec 16, 2018

Conversation

nmuesch
Copy link
Collaborator

@nmuesch nmuesch commented Dec 14, 2018

What does this PR do?

Add support for Python3

Motivation

An effort to support Python3 for all integrations

Review checklist

  • PR has a meaningful title or PR has the no-changelog label attached
  • Feature or bugfix has tests
  • Git history is clean
  • If PR impacts documentation, docs team has been notified or an issue has been opened on the documentation repo
  • If PR adds a configuration option, it has been added to the configuration file.

Additional Notes

@codecov-io
Copy link

Codecov Report

Merging #2761 into master will increase coverage by 6.2%.
The diff coverage is 82.6%.

@@            Coverage Diff            @@
##           master   #2761      +/-   ##
=========================================
+ Coverage    84.7%   90.9%    +6.2%     
=========================================
  Files         651       7     -644     
  Lines       37215     165   -37050     
  Branches     4491      18    -4473     
=========================================
- Hits        31524     150   -31374     
+ Misses       4375       8    -4367     
+ Partials     1316       7    -1309

"-e",
"CREATE KEYSPACE IF NOT EXISTS test WITH REPLICATION={'class':'SimpleStrategy', 'replication_factor':2}"
])
yield
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please clean all this up using our docker utils

@nmuesch
Copy link
Collaborator Author

nmuesch commented Dec 16, 2018

Docker util updates coming in my next PR 👍

@nmuesch nmuesch merged commit 2aef30b into master Dec 16, 2018
@ofek ofek deleted the nick/py3_nodetool branch December 17, 2018 05:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants