File tree Expand file tree Collapse file tree 1 file changed +2
-9
lines changed Expand file tree Collapse file tree 1 file changed +2
-9
lines changed Original file line number Diff line number Diff line change 1- """Tests for scripts in the Tools directory.
1+ """Tests for scripts in the Tools/scripts directory.
22
33This file contains extremely basic regression tests for the scripts found in
44the Tools directory of a Python checkout or tarball which don't have separate
@@ -17,14 +17,7 @@ class TestSundryScripts(unittest.TestCase):
1717 # At least make sure the rest don't have syntax errors. When tests are
1818 # added for a script it should be added to the allowlist below.
1919
20- # scripts that have independent tests.
21- allowlist = ['reindent' ]
22- # scripts that can't be imported without running
23- denylist = ['make_ctype' ]
24- # denylisted for other reasons
25- other = ['2to3' ]
26-
27- skiplist = denylist + allowlist + other
20+ skiplist = ['2to3' ]
2821
2922 # import logging registers "atfork" functions which keep indirectly the
3023 # logging module dictionary alive. Mock the function to be able to unload
You can’t perform that action at this time.
0 commit comments