6 Sep
2017
6 Sep
'17
11:02 a.m.
On 09/06/2017 10:34 AM, Florian Bruhin wrote:
Hi,
On Tue, Sep 05, 2017 at 05:33:09PM +0200, Levente Polyak wrote:
- test cases could be run via tox, therefor all py2+3 dependencies should be added to checkdepends and tox be invoked
Running package tests via tox sounds like a bad idea. Tox creates a Python virtualenv[1] and installs all needed dependencies in there.
Good point: :%s/tox/pytest/g