cpython/Lib/test/libregrtest
Victor Stinner 96ef06f397 bpo-30822: Exclude tzdata from regrtest --all (#2775) (#2777)
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.
(cherry picked from commit 5b392bbaeb)
2017-07-20 17:08:48 +02:00
..
__init__.py bpo-30822: Exclude tzdata from regrtest --all (#2775) (#2777) 2017-07-20 17:08:48 +02:00
cmdline.py bpo-30822: Exclude tzdata from regrtest --all (#2775) (#2777) 2017-07-20 17:08:48 +02:00
main.py bpo-30764: Fix regrtest --fail-env-changed --forever (#2536) (#2539) 2017-07-03 12:50:36 +02:00
refleak.py [3.6] bpo-29512, bpo-30776: Backport regrtest enhancements from master to 3.6 (#2513) 2017-06-30 17:31:16 +02:00
runtest.py Synchronize libregrtest from master to 3.6 (#2244) 2017-06-16 14:39:09 +02:00
runtest_mp.py Synchronize libregrtest from master to 3.6 (#2244) 2017-06-16 14:39:09 +02:00
save_env.py regrtest: always show before/after of modified env (#1192) (#1406) 2017-05-03 02:12:22 +02:00
setup.py