From e3df1031ca2662763a5d9ad7d9282e62accb8821 Mon Sep 17 00:00:00 2001 From: turturica Date: Fri, 24 Aug 2018 12:26:18 -0700 Subject: [PATCH] Add encoding: utf8 for python 2.7 --- testing/python/fixture.py | 1 + 1 file changed, 1 insertion(+) diff --git a/testing/python/fixture.py b/testing/python/fixture.py index c36395b54..47503b340 100644 --- a/testing/python/fixture.py +++ b/testing/python/fixture.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- import textwrap import pytest