Doing a pip freeze/pipenv lock of everything but the dev dependency is too hard. Seems like the only option is to copy source to tmp, create a new venv, install non-dev deps, freeze or lock, delete tmp.
And now all your test ran on what is possibly a different set of packages.
♡ 0 ↻ 0