https://bugzilla.redhat.com/show_bug.cgi?id=1756331 --- Comment #7 from Miro Hrončok <mhroncok@xxxxxxxxxx> --- (In reply to Petr Šplíchal from comment #6) > Thinking about it a little bit more, we could probably just go > with Python 3. Only RHEL7 would be Python 2. What do you think? I recommend enabling python3 in fmf and switching to Python 3 only everywhere. ------ You might also want to see this: /usr/lib/python3.8/site-packages/fmf/utils.py:205 /usr/lib/python3.8/site-packages/fmf/utils.py:205: DeprecationWarning: invalid escape sequence \s for atom in re.split("\s*,\s*", value): /usr/lib/python3.8/site-packages/fmf/utils.py:240 /usr/lib/python3.8/site-packages/fmf/utils.py:240: DeprecationWarning: invalid escape sequence \s for literal in re.split("\s*&\s*", clause): /usr/lib/python3.8/site-packages/fmf/utils.py:243 /usr/lib/python3.8/site-packages/fmf/utils.py:243: DeprecationWarning: invalid escape sequence \s matched = re.match("^(.*)\s*:\s*(.*)$", literal) /usr/lib/python3.8/site-packages/fmf/utils.py:283 /usr/lib/python3.8/site-packages/fmf/utils.py:283: DeprecationWarning: invalid escape sequence \s for clause in re.split("\s*\|\s*", filter)]) tmt/convert.py:75 /builddir/build/BUILD/tmt-0.1/tmt/convert.py:75: DeprecationWarning: invalid escape sequence \s 'echo "Description:\s*(.*)"', content).group(1) tmt/convert.py:79 /builddir/build/BUILD/tmt-0.1/tmt/convert.py:79: DeprecationWarning: invalid escape sequence \s 'echo "RunFor:\s*(.*)"', content).group(1) tmt/convert.py:83 /builddir/build/BUILD/tmt-0.1/tmt/convert.py:83: DeprecationWarning: invalid escape sequence \s 'echo "TestTime:\s*(.*)"', content).group(1) -- You are receiving this mail because: You are on the CC list for the bug. You are always notified about changes to this product and component _______________________________________________ package-review mailing list -- package-review@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to package-review-leave@xxxxxxxxxxxxxxxxxxxxxxx Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/package-review@xxxxxxxxxxxxxxxxxxxxxxx