Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Remove setup.py tests and adapt docs to use tests.py #5434
Conversation
tacaswell
added the
needs_review
label
Nov 8, 2015
jenshnielsen
referenced
this pull request
Nov 9, 2015
Closed
Tests fail to run (killed manually after 7000 sec) #5446
|
@pizzathief Your branch needs a resbase anyway. How much of a hassle would it be for us to merge this as-is and than have you re-base on top of the new master? |
|
Im ok with rebasing this if need be. I think we should change the docs as soon as possible for the next release. Actually removing the method can better wait |
|
Actually, could you split this up in to a documentation only commit? That I am +1 on merging the docs and rebuilding what we have deployed for 1.5 On Wed, Nov 11, 2015, 08:25 Jens Hedegaard Nielsen notifications@github.com
|
|
I will cherry-pick to a new branch with the docs changes only and target the 1.5 docs branch |
jenshnielsen
referenced
this pull request
Nov 11, 2015
Merged
Change docs to recommend tests.py rather than setup.py test #5462
|
reasonably hassle free, I think. |
|
@jenshnielsen What is the state of this PR? I think this needs to be re-bassed because the docs only PR was merged. |
jenshnielsen
added some commits
Nov 8, 2015
|
@tacaswell Yes you are right. Rebase done |
jenshnielsen
referenced
this pull request
Dec 15, 2015
Open
tight_layout: Use a different default gridspec #4559
tacaswell
added a commit
that referenced
this pull request
Dec 15, 2015
|
|
tacaswell |
e789a70
|
tacaswell
merged commit e789a70
into matplotlib:master
Dec 15, 2015
tacaswell
removed the
needs_review
label
Dec 15, 2015
|
@mdboom any problem porting this all they way back to v1.5.0-doc? |
|
The docs part was merged in #5462 so I guess that this can just be backported to 1.5.x ? |
|
Great, thanks for remembering that. |
tacaswell
added a commit
that referenced
this pull request
Dec 15, 2015
|
|
tacaswell |
4a705d1
|
|
backported to v1.5.x as 4a705d1 |
jenshnielsen commentedNov 8, 2015
Given the number of issues that we have been seeing with
setup.py test#4720 and #5315 among others I suggest removing it and recommending
python tests.pyWe already have 2/3 other ways of running the tests and the only thing that
setup.py testbrings is the ability to install the test dependencies which is done inside the build enviroment with setuptools only available to the test process. I think it is better just to recommend manually installing the test dependencies.