On Sun, 11 Oct 2020 22:23:04 -0400, Daniel Jakots wrote:
> Here's a diff for py-requests.
It's in.
Cheers,
Daniel
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
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
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
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
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
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
===