From 0e9ae5b8cca432814ca0950abf5f4dbfc1f120cb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Herv=C3=A9=20Beraud?= Date: Thu, 21 Sep 2017 21:47:24 +0200 Subject: [PATCH] [fix] no-unicode-literals sanity error on ansible.egg-info (#30446) * [fix] no-unicode-literals sanity error on ansible.egg-info --- test/sanity/code-smell/no-unicode-literals.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/sanity/code-smell/no-unicode-literals.sh b/test/sanity/code-smell/no-unicode-literals.sh index b474a99564..e659242b18 100755 --- a/test/sanity/code-smell/no-unicode-literals.sh +++ b/test/sanity/code-smell/no-unicode-literals.sh @@ -5,7 +5,8 @@ UNICODE_LITERALS_USERS=$(grep -r unicode_literals . \ --exclude-dir .tox \ --exclude no-unicode-literals.sh \ --exclude no-unicode-literals.rst | - grep -v ./test/results \ + grep -v ./test/results | \ + grep -v ansible.egg-info/SOURCES.txt \ ) if [ "${UNICODE_LITERALS_USERS}" ]; then