We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
On pytest 2.8.1 on Python 2.7.10, a UnicodeEncodeError is raised .
UnicodeEncodeError
Code to reproduce:
# -*- coding: utf-8 -*- from __future__ import unicode_literals import pytest @pytest.mark.parametrize('s', [ 'josé@blah.com', 'δοκ.ιμή@παράδειγμα.δοκιμή', ]) def test_non_ascii(s): assert bool(s)
This did not occur with pytest 2.8.0
The text was updated successfully, but these errors were encountered:
Thanks for the report! I will take a look as soon as possible.
Sorry, something went wrong.
Hmm closing as duplicate of #1085, both reported nearly at the same time. 😄
PR open at #1092
nicoddemus
No branches or pull requests
On pytest 2.8.1 on Python 2.7.10, a
UnicodeEncodeError
is raised .Code to reproduce:
This did not occur with pytest 2.8.0
The text was updated successfully, but these errors were encountered: