Closed arnaudlimbourg closed 7 years ago
@arnaudlimbourg Can you rebase your branch against master? I just merged a fix for travis.
What version of django are you using?
@fcurella My rebase didn't quite work. Would you like me to redo the PR?
I use Django 1.11.4
Hello,
I'm upgrading a django python2 codebase to python3 (3.6.2).
When running tests (using py.test) I get the following error:
It stems from the
compat.py
try/catch. Modifiying it like this pull request makes it work but I can't help thinking that I'm missing something.