vkottler / vmklib

Simplify project workflows by standardizing use of GNU Make.
MIT License
1 stars 0 forks source link

Default venv installs too much #9

Closed vkottler closed 2 years ago

vkottler commented 3 years ago

https://github.com/vkottler/vmklib/blob/master/vmklib/data/data/fresh_venv.txt

this isn't suitable for a virtual environment for just "invoking dz" or something

vkottler commented 3 years ago

we should be installing stuff into the venv as needed and checking the build directory for whether or not it was initially installed

vkottler commented 2 years ago

We can make concrete targets for lint / test etc. that attempt to install the package.

vkottler commented 2 years ago

https://github.com/vkottler/vmklib/commit/1d2bef1d7c4756f37d020ef62c5ea71b7efe9364#diff-92acf233d24e94894f91828a67d0e642c6704191ae6701c10fd955f53f8ccebc

this is fixed, now that we moved requirements and dev_requirements up into data (since pyproject.toml now also needs it)