datalad / datalad-fuse

DataLad extension to provide FUSE file system access
Other
1 stars 4 forks source link

do provide a way to setup devel/testing env without tox #62

Closed yarikoptic closed 2 years ago

yarikoptic commented 2 years ago

IMHO it is beneficial (e.g. to isolate the reason for #56) to be able to setup a virtualenv with all needed tools installed. It could be extra_depends so I could pip install -e .[devel] or in requirements-devel.txt (less preferable since IMHO should be used for "freezing" to specific versions etc), I don't care, but we should not solely rely on specification in tox.ini IMHO.