schettino72 / mergedict

mergedict - A Python `dict` with a merge() method
https://pypi.python.org/pypi/mergedict
Other
14 stars 1 forks source link

Circular dependency with configclass, doit and doit-py #9

Closed dvzrv closed 4 years ago

dvzrv commented 4 years ago

Hi! Similar to what was discussed in https://github.com/schettino72/configclass/issues/4 having doit and doit-py as test dependencies for mergedict means an even more complicated bootstrap for doit and doit-py.

Is it not possible to test mergedict without doit and doit-py?

hartwork commented 4 years ago

I think my reply at https://github.com/schettino72/configclass/issues/4#issuecomment-685888639 applies to mergedict as well. Maybe let's figure things out for configclass first and then we come back here.

dvzrv commented 4 years ago

I actually need mergedict before I can package configclass :)

dvzrv commented 4 years ago

Alright, false alarm: Running pytest against the build works just fine. doit and doit-py are not required!