[TIP] Tox doesn't notice if my project's dependencies change - is that right?

holger krekel holger at merlinux.eu
Mon Nov 10 22:23:35 PST 2014


On Tue, Nov 11, 2014 at 05:47 +0000, Paul Moore wrote:
> On 10 November 2014 22:37, Donald Stufft <donald at stufft.io> wrote:
> > Doesn't tox use --no-deps?
> 
> Only when it doesn't rebuild the virtualenv. That's the problem here,
> I think - it needs to rebuild in order to do an install with
> dependencies.

Currently tox makes no attempt to notice changed dependencies 
within setup.py.  It will only react to changed "deps" within the tox.ini.

best,
holger


> Paul
> 
> _______________________________________________
> testing-in-python mailing list
> testing-in-python at lists.idyll.org
> http://lists.idyll.org/listinfo/testing-in-python
> 



More information about the testing-in-python mailing list