DataDog / riot

A Python virtual env builder and command runner
https://ddriot.readthedocs.io/
Apache License 2.0
23 stars 15 forks source link

fix: honour the skip option #215

Closed P403n1x87 closed 1 year ago

P403n1x87 commented 1 year ago

We fix a regression whereby the skip option was ignored if the base venv did not exist, forcing the installation of the dev package even when requested not to do so.