cpython/Lib/test/libregrtest
Victor Stinner 5b392bbaeb bpo-30822: Exclude tzdata from regrtest --all (#2775)
When running the test suite using --use=all / -u all, exclude tzdata
since it makes test_datetime too slow (15-20 min on some buildbots)
which then times out on some buildbots.

-u tzdata must now be enabled explicitly, -u tzdata or -u all,tzdata,
to run all test_datetime tests.

Fix also regrtest command line parser to allow passing -u
extralargefile to run test_zipfile64.

Travis CI: remove -tzdata. Replace -u all,-tzdata,-cpu with -u all,-cpu since tzdata is now excluded from -u all.
2017-07-20 15:46:32 +02:00
..
__init__.py bpo-30822: Exclude tzdata from regrtest --all (#2775) 2017-07-20 15:46:32 +02:00
cmdline.py bpo-30822: Exclude tzdata from regrtest --all (#2775) 2017-07-20 15:46:32 +02:00
main.py bpo-30764: Fix regrtest --fail-env-changed --forever (#2536) 2017-07-03 11:15:58 +02:00
refleak.py bpo-30776: regrtest: reduce memleak false positive (#2484) 2017-06-29 10:32:49 +02:00
runtest.py threading_cleanup() failure marks test as ENV_CHANGED (#2500) 2017-06-30 10:59:52 +02:00
runtest_mp.py bpo-30258: regrtest: Fix run_tests_multiprocess() (#1479) 2017-05-09 11:34:01 +02:00
save_env.py threading_cleanup() failure marks test as ENV_CHANGED (#2500) 2017-06-30 10:59:52 +02:00
setup.py