Re: [python-committers] AppVeyor failure on test_asyncgen?

2017-08-17 Thread Brett Cannon
On Wed, 16 Aug 2017 at 12:03 Terry Reedy wrote: > On 8/16/2017 2:32 PM, Antoine Pitrou wrote: > > > One of my PR builds got an AppVeyor failure in test_asyncgen > > and I really doubt it is due to the PR itself: > > https://ci.appveyor.com/project/python/cpython/build/3.7.0a0.5366#L682 > > The fi

Re: [python-committers] Taking the month of September off from Python volunteering

2017-08-17 Thread Larry Hastings
On 08/14/2017 03:22 PM, Brett Cannon wrote: The reason I'm making this announcement now is I know this coincides with the core sprint next month so if anyone has anything they want to ask me before that, now is the time. So, this means you're skipping the core dev sprint? //arry/ _

Re: [python-committers] AppVeyor failure on test_asyncgen?

2017-08-17 Thread Chris Jerdonek
Even on projects I don't have access to, I've also found that running-- git commit --amend with no changes and then force-pushing (git push -f) works to re-trigger Travis CI. I believe it updates the date of the last commit but otherwise leaves everything the same (so no need to edit files).