From a8c3c2d72829b349eded50f523b167ca9efce795 Mon Sep 17 00:00:00 2001 From: Vladimir Iakovlev Date: Sat, 13 Aug 2016 21:46:12 +0300 Subject: [PATCH] #N/A: Fix tests on python 2 --- tests/rules/test_grunt_task_not_found.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/rules/test_grunt_task_not_found.py b/tests/rules/test_grunt_task_not_found.py index b149fb8a..62c8f441 100644 --- a/tests/rules/test_grunt_task_not_found.py +++ b/tests/rules/test_grunt_task_not_found.py @@ -1,3 +1,5 @@ +# -*- encoding: utf-8 -*- + from io import BytesIO import pytest from tests.utils import Command