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

Tres Seaver tseaver at palladion.com
Mon Nov 10 14:05:28 PST 2014


-----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-----




More information about the testing-in-python mailing list