From: Douglas Bagnall Date: Fri, 19 Nov 2021 02:28:48 +0000 (+1300) Subject: pytest/source_chars: forget thirdparty/pep8 test file X-Git-Tag: ldb-2.5.0~11 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2c3596e72144fb1b356de860ccfef1ea1f39fd9d;p=thirdparty%2Fsamba.git pytest/source_chars: forget thirdparty/pep8 test file Signed-off-by: Douglas Bagnall Reviewed-by: Noel Power --- diff --git a/python/samba/tests/source_chars.py b/python/samba/tests/source_chars.py index f60dc5899af..db7f131d815 100644 --- a/python/samba/tests/source_chars.py +++ b/python/samba/tests/source_chars.py @@ -62,7 +62,6 @@ IGNORED_FILES = { 'examples/tridge/smb.conf', 'source3/selftest/ktest-krb5_ccache-2', 'source3/selftest/ktest-krb5_ccache-3', - 'third_party/pep8/testsuite/latin-1.py', 'testdata/source-chars-bad.c', } @@ -135,7 +134,6 @@ def is_latin1_file(name): for pattern in ( r'^source4/setup/ad-schema/\w+.ldf$', r'^source4/setup/display-specifiers/D[\w-]+.txt$', - r'^third_party/pep8/testsuite/latin-1.py$', r'^source4/heimdal/HEIMDAL-LICENCE.txt$', r'^source4/heimdal/lib/asn1/asn1-template.h$', r'^source4/heimdal/lib/asn1/gen_template.c$',