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

fix travis: format_map is python 3.2 or later only and ignore new rule W504 #636

Merged
merged 2 commits into from
Nov 1, 2018

Conversation

NikolausDemmel
Copy link
Contributor

@NikolausDemmel NikolausDemmel commented Oct 27, 2018

Using format_map breaks travis on python 2 (see also #602), e.g.: https://travis-ci.org/ros-infrastructure/rosdep/jobs/445522297

W504 was introduced in PyCQA/pycodestyle#502 it seems.

Makes travis on master fail also for python 3 https://travis-ci.org/ros-infrastructure/rosdep/jobs/445522297

@NikolausDemmel NikolausDemmel changed the title format_map is python 3.2 or later only (see also #602) fix travis: format_map is python 3.2 or later only and ignore new rule W504 Oct 27, 2018
@codecov-io
Copy link

codecov-io commented Oct 27, 2018

Codecov Report

Merging #636 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #636   +/-   ##
=======================================
  Coverage   75.29%   75.29%           
=======================================
  Files          30       30           
  Lines        2882     2882           
=======================================
  Hits         2170     2170           
  Misses        712      712

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 047b058...2358896. Read the comment docs.

Copy link
Contributor

@nuclearsandwich nuclearsandwich left a comment

Choose a reason for hiding this comment

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

Thanks for taking a look and providing a fix!

@wjwwood wjwwood merged commit dc3c601 into ros-infrastructure:master Nov 1, 2018
@NikolausDemmel NikolausDemmel deleted the remove_format_map branch November 1, 2018 23:23
at-wat pushed a commit to at-wat/rosdep that referenced this pull request Nov 15, 2018
…e W504 (ros-infrastructure#636)

* format_map is python 3.2 or later only (see also ros-infrastructure#602)

* Ignore new pycodestyle rule W504

Was introduced in PyCQA/pycodestyle#502 it seems.

Makes travis on master fail https://travis-ci.org/ros-infrastructure/rosdep/jobs/445522297
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.

4 participants