Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Make @cleanup *really* support generative tests. #6022
Conversation
mdboom
added the
needs_review
label
Feb 18, 2016
tacaswell
closed this
Feb 18, 2016
tacaswell
reopened this
Feb 18, 2016
tacaswell
added needs_review and removed needs_review
labels
Feb 18, 2016
|
'power cycled' to re-trigger build against new master. |
tacaswell
added this to the
2.1 (next point release)
milestone
Feb 18, 2016
tacaswell
added a commit
that referenced
this pull request
Feb 18, 2016
|
|
tacaswell |
236411c
|
tacaswell
merged commit 236411c
into matplotlib:master
Feb 18, 2016
|
Merging as I do not think the close/open cycle restarts appveyor. |
tacaswell
removed the
needs_review
label
Feb 18, 2016
|
Does this need to be backported to 2.x? |
|
#5809 is actually milestoned to be on 1.5.2, though I'm not seeing it. |
anntzer
deleted the
anntzer:cleanup-generative-tests-again branch
Feb 21, 2016
|
This should be backported if we want to get #5785 into 2.x, no? |
tacaswell
added a commit
that referenced
this pull request
Mar 26, 2016
|
|
tacaswell |
80be853
|
tacaswell
modified the milestone: 2.0 (style change major release), 2.1 (next point release)
Mar 26, 2016
bearstrong
added a commit
to bearstrong/matplotlib
that referenced
this pull request
Apr 1, 2016
|
|
tacaswell + bearstrong |
bdaefb9
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
anntzer commentedFeb 18, 2016
Generative tests were still not run after #5809. If
fis defined asdef f(): yield,isgeneratorfunction(f) == isgenerator(f()) == True.