libpplication - hands off rot protection
alisterburt opened this issue · 1 comments
alisterburt commented
Sometimes we want things that are simple libraries but also applications e.g. (simple CLI tool around a small, well scoped python tool)
It would be great if when testing we captured the full environment so that it can at least be restored for libraries which have since rotted by leaving their dependencies open
alisterburt commented
CLI tool which can 'bisect' between
- deps at release time of package
- deps now
using PyPI's bigquery
and run tests? pytest plugin?