Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Switch to suppress option to True in setup.cfg.template. #8070
+1
−1
Conversation
|
Test failure is un-related. |
tacaswell
added this to the
2.0.1 (next bug fix release)
milestone
Feb 13, 2017
|
As this is documentation / templates, this is good to backport to 2.0.x |
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
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
|
This possibly needs backporting. |
phobson
added a commit
that referenced
this pull request
Feb 13, 2017
|
|
phobson |
ac51372
|
|
Backported to |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
heath730 commentedFeb 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.