SyntaxFix
Write A Post
Hire A Developer
Questions
Have you tried to remove "pytrace=True" ?
pytest.fail(exc, pytrace=True) # before pytest.fail(exc) # after
Have you tried to run with '--fulltrace' ?