Commit 7488bf75 authored by Julien Muchembled's avatar Julien Muchembled

fixup! Add referred parts' hash strings in __buildout_signature__, that...

fixup! Add referred parts' hash strings in __buildout_signature__, that invokes rebuild of a part when one of its (recursive) dependencies are modified.
parent 2f1d705a
Pipeline #11418 failed with stage
in 0 seconds
...@@ -2100,7 +2100,7 @@ def test_part_pulled_by_recipe(): ...@@ -2100,7 +2100,7 @@ def test_part_pulled_by_recipe():
... self.x = buildout[options['x']][name] ... self.x = buildout[options['x']][name]
... ...
... def install(self): ... def install(self):
... print self.x ... print(self.x)
... return () ... return ()
... ...
... update = install ... update = install
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment