Drop 'dependencies' option
It is redundant with the fact that slapos.buildout already rebuilds if any dependency is modified. slapos.buildout does not yet understand the new => syntax from upstream buildout but meanwhile a dummy option can be set to any options of required parts.
Showing
-
Owner
Ah that's why test now fail !
File "/srv/slapgrid/slappart7/srv/testnode/cmw/inst/test0-0/parts/slapos.recipe.cmmi/slapos/recipe/cmmi/README.rst", line 936, in README.rst Failed example: print(system(buildout)) #doctest:+ELLIPSIS Expected: Uninstalling package. Uninstalling package-2. Installing package. configure --prefix=/sample_buildout/parts/package building package installing package Got: Uninstalling package. Installing package. configure --prefix=/sample_buildout/parts/package building package installing package <BLANKLINE>
Please register or sign in to comment