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

Donald Stufft donald at stufft.io
Mon Nov 10 14:37:50 PST 2014


Doesn't tox use --no-deps?


> On Nov 10, 2014, at 5:05 PM, Tres Seaver <tseaver at palladion.com> wrote:
> 
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
> 
>> On 11/10/2014 04:21 PM, Paul Moore wrote:
>> 
>> When I add a dependency to my project's setup.py, tox doesn't seem to 
>> be noticing and recreating the venv. Should it? I seem to think that 
>> it used to, but I'm not 100% sure. I couldn't find anything in the 
>> docs that said it should :-(
> 
> By default, tox creates and installs an sdist, so it will pick up new
> dependencies.  The 'usedevelop' option causes it to call 'setup.py
> develop', which should also pick them up.
> 
> 
> Tres.
> - -- 
> ===================================================================
> Tres Seaver          +1 540-429-0999          tseaver at palladion.com
> Palladion Software   "Excellence by Design"    http://palladion.com
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.4.11 (GNU/Linux)
> 
> iEYEARECAAYFAlRhNqgACgkQ+gerLs4ltQ6U7ACgvApmPHbxS3gzoiyo8t7fbfjQ
> 514AmgM607PFf5RM8L/XjI/mjNMBJCFm
> =OUdi
> -----END PGP SIGNATURE-----
> 
> 
> _______________________________________________
> 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