there should be a no_sdist_install option #11
Comments
Original comment by @hpk42 fix issue11: add a → <> |
1 similar comment
Original comment by @hpk42 Fix issue11: Add a skip_install option on a per-environment level. → <> |
Original comment by @doismellburning FYI my current "workaround" is to |
Original comment by @hpk42 I agree. I guess something like "do_install", defaulting to "True", would make sense. I'd be happy to review a PR implementing it. |
Original comment by lrowe A per-env option would be helpful for running tools like flake8 which don't need to install your package and all their dependencies. |
Original comment by rhertzog The option "skipsdist" already exists but it seems you can only set globally in [tox]. |
there are various setups, where install of a sdist for testing may be unwanted, or something like a setup.py might not even exist
yet one would want to run something like py.test in there in different envs
The text was updated successfully, but these errors were encountered: