Re: DeprecationWarning in Python 3.6 and 3.7

2019-04-02 Thread אורי
אורי u...@speedy.net On Wed, Apr 3, 2019 at 6:12 AM Inada Naoki wrote: > See this log. > > https://travis-ci.org/speedy-net/speedy-net/jobs/514595889 > > 1. In line 172, you *enabled* virtualenv, created by Travis-CI with > old virtualenv library. > 2. In the legacy virtualenv, you installed la

Re: DeprecationWarning in Python 3.6 and 3.7

2019-04-02 Thread Inada Naoki
See this log. https://travis-ci.org/speedy-net/speedy-net/jobs/514595889 1. In line 172, you *enabled* virtualenv, created by Travis-CI with old virtualenv library. 2. In the legacy virtualenv, you installed latest virtualenv. You need to enable virtualenv, *created by* latest virtualenv. Instal

Re: DeprecationWarning in Python 3.6 and 3.7

2019-04-02 Thread אורי
אורי u...@speedy.net On Wed, Apr 3, 2019 at 2:50 AM Inada Naoki wrote: > The DeprecationWarning is raised for virtualenv's distutils. > It is fixed already. Use latest virtualenv. > That's what I wrote. I tried to upgrade to the latest virtualenv (virtualenv==16.4.3) in the tests but the test

Re: DeprecationWarning in Python 3.6 and 3.7

2019-04-02 Thread Inada Naoki
The DeprecationWarning is raised for virtualenv's distutils. It is fixed already. Use latest virtualenv. Links: https://github.com/pypa/virtualenv/pull/1289 https://virtualenv.pypa.io/en/latest/changes/#v16-4-0-2019-02-09 -- Inada Naoki -- https://mail.python.org/mailman/listinfo/python-list

Re: DeprecationWarning in Python 3.6 and 3.7

2019-04-02 Thread Karsten Hilbert
On Tue, Apr 02, 2019 at 01:29:08PM +0300, אורי wrote: > DeprecationWarning in Python 3.6 and 3.7 > <https://github.com/python-pillow/Pillow/issues/3547> > > I tried to upgrade to the latest virtualenv (virtualenv==16.4.3) in the > tests but the tests still fail in Python 3

Re: DeprecationWarning in Python 3.6 and 3.7

2019-04-02 Thread Rhodri James
On 02/04/2019 16:52, אורי wrote: On Tue, Apr 2, 2019 at 6:33 PM Terry Reedy wrote: On 4/2/2019 6:29 AM, אורי wrote: Hi, Please look at this issue: DeprecationWarning in Python 3.6 and 3.7 <https://github.com/python-pillow/Pillow/issues/3547> I tried to upgrade to the latest virt

Re: DeprecationWarning in Python 3.6 and 3.7

2019-04-02 Thread אורי
On Tue, Apr 2, 2019 at 6:33 PM Terry Reedy wrote: > On 4/2/2019 6:29 AM, אורי wrote: > > Hi, > > > > Please look at this issue: > > DeprecationWarning in Python 3.6 and 3.7 > > <https://github.com/python-pillow/Pillow/issues/3547> > > > > I tr

Re: DeprecationWarning in Python 3.6 and 3.7

2019-04-02 Thread Terry Reedy
On 4/2/2019 6:29 AM, אורי wrote: Hi, Please look at this issue: DeprecationWarning in Python 3.6 and 3.7 <https://github.com/python-pillow/Pillow/issues/3547> I tried to upgrade to the latest virtualenv (virtualenv==16.4.3) in the tests but the tests still fail in Python 3.6 and 3.7 wi

DeprecationWarning in Python 3.6 and 3.7

2019-04-02 Thread אורי
Hi, Please look at this issue: DeprecationWarning in Python 3.6 and 3.7 <https://github.com/python-pillow/Pillow/issues/3547> I tried to upgrade to the latest virtualenv (virtualenv==16.4.3) in the tests but the tests still fail in Python 3.6 and 3.7 with the DeprecationWarning: (with