Re: [PATCH] Remove ResourceWarnings under Py3

2017-06-28 Thread Stephen Finucane
On Wed, 2017-06-28 at 17:35 +1000, Andrew Donnellan wrote: > On 28/06/17 16:55, Daniel Axtens wrote: > > This is just a matter of correctly closing files we open. > > > > Signed-off-by: Daniel Axtens > > Reviewed-by: Andrew Donnellan Aye, looks

Re: [PATCH] Remove ResourceWarnings under Py3

2017-06-28 Thread Andrew Donnellan
On 28/06/17 16:55, Daniel Axtens wrote: This is just a matter of correctly closing files we open. Signed-off-by: Daniel Axtens Reviewed-by: Andrew Donnellan --- patchwork/management/commands/parsearchive.py | 1 +

[PATCH] Remove ResourceWarnings under Py3

2017-06-28 Thread Daniel Axtens
This is just a matter of correctly closing files we open. Signed-off-by: Daniel Axtens --- patchwork/management/commands/parsearchive.py | 1 + patchwork/tests/test_management.py| 2 ++ patchwork/tests/test_series.py| 9 +