Closed ar7n closed 5 years ago
Strange. Tests pass at my place for all envs.
@ar7n:
What's your operating system?
@barseghyanartur macOS Mojave 10.14.4
@ar7n:
I can't test it on Mac (since I don't have one), but go on with pull request. If that's how it works for everyone, let it be so.
Any progress on this?
@ar7n:
Thanks!
I was trying to run tests with tox and i have got such error with py27-django18 env:
The reason for this error is unicode literals in strings in file examples/simple/factories/constants.py. Simplest way to fix it - add
from __future__ import unicode_literals
import to file. I can make PR.