Skip to content

Support Python 3#3005

Merged
gmmeyer merged 7 commits into
masterfrom
greg/network
Jan 22, 2019
Merged

Support Python 3#3005
gmmeyer merged 7 commits into
masterfrom
greg/network

Conversation

@gmmeyer

@gmmeyer gmmeyer commented Jan 22, 2019

Copy link
Copy Markdown
Contributor

What does this PR do?

Add Support for Python 3 to the network check

Motivation

🐍 3️⃣ 🚂

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

Anything else we should know when reviewing?

"""
metrics = dict.fromkeys(self.cx_state_gauge.values(), 0)
metrics = {}
for _, val in iteritems(self.cx_state_gauge.values):

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

I think we can remove the call to values here

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

oh boop thanks

nmuesch
nmuesch previously approved these changes Jan 22, 2019

@nmuesch nmuesch left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

LGTM once Travis is green 💯

@codecov-io

Copy link
Copy Markdown

Codecov Report

Merging #3005 into master will decrease coverage by 15.26%.
The diff coverage is 90.32%.

@@            Coverage Diff             @@
##           master   #3005       +/-   ##
==========================================
- Coverage   84.47%   69.2%   -15.27%     
==========================================
  Files         660       4      -656     
  Lines       35602     367    -35235     
  Branches     4197      70     -4127     
==========================================
- Hits        30075     254    -29821     
+ Misses       4289      91     -4198     
+ Partials     1238      22     -1216

@nmuesch nmuesch left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

LGTM, thanks!

@gmmeyer
gmmeyer merged commit c9515ea into master Jan 22, 2019
@gzussa
gzussa deleted the greg/network branch January 24, 2019 13: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