Commit bc86a61e authored by Jérome Perrin's avatar Jérome Perrin

fixup! tests: adjust skips for PY3

parent da590609
Pipeline #33826 canceled with stage
in 0 seconds
......@@ -255,7 +255,7 @@ class ERP5BusinessTemplateCodingStyleTestSuite(_ERP5):
for path in chain(
glob(HERE + '/../bt5/*'),
glob(HERE + '/../product/ERP5/bootstrap/*'))
os.path.isdir(path) and not skip_business_template(path)
if os.path.isdir(path) and not skip_business_template(path)
]
for path in chain(glob(HERE + '/../product/*'),
glob(HERE + '/../bt5')):
......
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