Commit 59c1361b authored by Jérome Perrin's avatar Jérome Perrin

adjust tests for buildout 3

parent cf5650b2
Pipeline #35266 passed with stage
in 0 seconds
......@@ -194,7 +194,9 @@ Uninstalling the part leaves the shared part available::
>>> print(system(buildout + ' buildout:parts='))
Uninstalling script.
Unused options for buildout: 'shared-part-list'.
Section `buildout` contains unused option(s): 'shared-part-list'.
This may be an indication for either a typo in the option's name or a bug in the used recipe.
<BLANKLINE>
>>> ls(shared)
- .buildout-shared.json
l .buildout-shared.signature
......
......@@ -641,6 +641,7 @@ def md5sum(m):
renormalizing_patterns = [
zc.buildout.testing.normalize_path,
zc.buildout.testing.root_logger_messages,
zc.buildout.testing.not_found,
(re.compile(
'.*CryptographyDeprecationWarning: Python 2 is no longer supported by the Python core team. '
......
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