diff options
author | Victor Stinner <victor.stinner@gmail.com> | 2017-07-20 17:08:48 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-07-20 17:08:48 +0200 |
commit | 96ef06f3979023fd69ed8796d0b1d88885d3ae4d (patch) | |
tree | 78b88439c09ca345aa1aa662d78bcdbaae7d432e /Python/future.c | |
parent | 7f58994842d930ed5f92386579997871d2a3bb48 (diff) | |
download | cpython-git-96ef06f3979023fd69ed8796d0b1d88885d3ae4d.tar.gz |
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 5b392bbaeb9d9b1db961ecfc7315d8c8662c27f6)
Diffstat (limited to 'Python/future.c')
0 files changed, 0 insertions, 0 deletions