Commit 1fac3ba6 authored by Jérome Perrin's avatar Jérome Perrin

fixup! fixup! tests: adjust skips for PY3

parent b09641a1
...@@ -50,7 +50,9 @@ class _ERP5(ERP5TypeTestSuite): ...@@ -50,7 +50,9 @@ class _ERP5(ERP5TypeTestSuite):
if PY3: if PY3:
# disable tests that are not compatible with Python 3. # disable tests that are not compatible with Python 3.
if test_case in ( if test_case in (
'erp5_workflow_test:testWorkflowAndDCWorkflow', # using legacy workflow # using legacy workflow
'erp5_workflow_test:testWorkflowAndDCWorkflow',
'testUpgradeInstanceWithOldDataFsLegacyWorkflow'
): ):
continue continue
product = test_path.split(os.sep)[-3] product = test_path.split(os.sep)[-3]
......
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