pydev-guide/pydev-guide.github.io

libpplication - hands off rot protection

alisterburt opened this issue · 1 comments

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

CLI tool which can 'bisect' between

  1. deps at release time of package
  2. deps now
    using PyPI's bigquery

and run tests? pytest plugin?