Re: Update to py-requests-2.24.0

2020-11-03 Thread Daniel Jakots
On Sun, 11 Oct 2020 22:23:04 -0400, Daniel Jakots wrote: > Here's a diff for py-requests. It's in. Cheers, Daniel

Re: Update to py-requests-2.24.0

2020-11-02 Thread Daniel Jakots
On Sat, 31 Oct 2020 21:03:33 -0400, Kurt Mosiejczuk wrote: > py-requests has a lot of consumers. Did you run through regression > tests on a number of these to make sure this doesn't break them? I haven't because: - I assume most of all are unit tests and they would mock requests call - I'm conf

Re: Update to py-requests-2.24.0

2020-10-31 Thread Kurt Mosiejczuk
On Wed, Oct 28, 2020 at 09:36:16PM -0400, Daniel Jakots wrote: > On Wed, 14 Oct 2020 22:32:56 -0400, Daniel Jakots wrote: > > On Wed, 14 Oct 2020 13:06:33 +0200, Antoine Jacoutot > > wrote: > > > > Here's a diff for py-requests. I had trouble with 2.23's test > > > > suite. I found a solution f

Re: Update to py-requests-2.24.0

2020-10-28 Thread Daniel Jakots
On Wed, 14 Oct 2020 22:32:56 -0400, Daniel Jakots wrote: > On Wed, 14 Oct 2020 13:06:33 +0200, Antoine Jacoutot > wrote: > > > > Here's a diff for py-requests. I had trouble with 2.23's test > > > suite. I found a solution for 2.24 from > > > https://github.com/pytest-dev/pytest/issues/2042#iss

Re: Update to py-requests-2.24.0

2020-10-14 Thread Daniel Jakots
On Wed, 14 Oct 2020 13:06:33 +0200, Antoine Jacoutot wrote: > > Here's a diff for py-requests. I had trouble with 2.23's test > > suite. I found a solution for 2.24 from > > https://github.com/pytest-dev/pytest/issues/2042#issuecomment-429289164 > > > > There are still some failures. > > Look

Re: Update to py-requests-2.24.0

2020-10-14 Thread Antoine Jacoutot
On Sun, Oct 11, 2020 at 10:23:04PM -0400, Daniel Jakots wrote: > Hi, > > Here's a diff for py-requests. I had trouble with 2.23's test suite. I > found a solution for 2.24 from > https://github.com/pytest-dev/pytest/issues/2042#issuecomment-429289164 > > There are still some failures. Looks fine

Update to py-requests-2.24.0

2020-10-11 Thread Daniel Jakots
Hi, Here's a diff for py-requests. I had trouble with 2.23's test suite. I found a solution for 2.24 from https://github.com/pytest-dev/pytest/issues/2042#issuecomment-429289164 There are still some failures. Cheers, Daniel Index: Makefile ===