python - How can I avoid tox reinstalling dependencies and deleting my break point? -


i'm using tox v2.7 , need set pdb break point in dependency library of library i'm testing/debugging. can't stop tox reinstalling library , therefore wiping out change made including break point.

i find flag, i'm not using it:

 -r, --recreate        force recreation of virtual environments 

how can tell tox install dependency packages if don't exist @ all?

the tox.ini in question: https://github.com/belugame/django-auth-ldap/blob/master/tox.ini


Comments

Popular posts from this blog

Retrieving ETA (estimated time of arrival) with Google Distance Matrix API and public transit as transport mode -

android - ConstraintLayout: Realign baseline constraint in case if dependent view visibility was set to GONE -

c# - Populating Gridview inside Listview ItemTemplate On Web User Control from Code Behind -