pytest/source_chars: forget thirdparty/pep8 test file
authorDouglas Bagnall <douglas.bagnall@catalyst.net.nz>
Fri, 19 Nov 2021 02:28:48 +0000 (15:28 +1300)
committerNoel Power <npower@samba.org>
Fri, 19 Nov 2021 12:35:39 +0000 (12:35 +0000)
Signed-off-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
Reviewed-by: Noel Power <npower@samba.org>
python/samba/tests/source_chars.py

index f60dc5899afb51adca2f29f4e247e84d1557362f..db7f131d8156d03e5a2d6ec07af7db525629dc92 100644 (file)
@@ -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$',