Switch to suppress option to True in setup.cfg.template. #8070

Merged
merged 1 commit into from Feb 13, 2017

Conversation

Projects
None yet
4 participants
Contributor

heath730 commented Feb 13, 2017

In setting up a local dev environment for the first time I noticed that the setup.cfg.template has 'uncomment line to suppess output...', but the line reads suppress = False. so uncommenting the line does not suppress build output, it needs to be switched to True as well.

@heath730 heath730 Switch to suppress = True.
48456f5
Owner

tacaswell commented Feb 13, 2017

Test failure is un-related.

Owner

tacaswell commented Feb 13, 2017

As this is documentation / templates, this is good to backport to 2.0.x

@NelleV

NelleV approved these changes Feb 13, 2017

LGTM.

NelleV changed the title from Switch to suppress option to True in setup.cfg.template. to [MRG+2] Switch to suppress option to True in setup.cfg.template. Feb 13, 2017

@phobson phobson merged commit 0cab7c6 into matplotlib:master Feb 13, 2017

4 of 5 checks passed

continuous-integration/travis-ci/pr The Travis CI build failed
Details
codecov/patch Coverage not affected when comparing bf9aef6...48456f5
Details
codecov/project/library 62.28% remains the same compared to bf9aef6
Details
codecov/project/tests 97.97% (target 97.7%)
Details
continuous-integration/appveyor/pr AppVeyor build succeeded
Details

phobson changed the title from [MRG+2] Switch to suppress option to True in setup.cfg.template. to Switch to suppress option to True in setup.cfg.template. Feb 13, 2017

Contributor

NelleV commented Feb 13, 2017

This possibly needs backporting.

@phobson phobson added a commit that referenced this pull request Feb 13, 2017

@phobson phobson Merge pull request #8070 from heath730/setup_cfg_update
Switch to suppress option to True in setup.cfg.template.
ac51372
Member

phobson commented Feb 13, 2017

Backported to v2.0.x as ac51372

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment