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

c# - Update a combobox from a presenter (MVP) -

How to understand 2 main() functions after using uftrace to profile the C++ program? -

How to put a lock and transaction on table using spring 4 or above using jdbcTemplate and annotations like @Transactional? -