diff options
-rwxr-xr-x | Lib/test/regrtest.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Lib/test/regrtest.py b/Lib/test/regrtest.py index c3d2fcb..9bb4307 100755 --- a/Lib/test/regrtest.py +++ b/Lib/test/regrtest.py @@ -800,6 +800,7 @@ STDTESTS = [ 'test_unittest', 'test_doctest', 'test_doctest2', + 'test_support' ] # set of tests that we don't want to be executed when using regrtest |