diff options
author | Victor Stinner <victor.stinner@gmail.com> | 2017-07-20 16:08:54 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-07-20 16:08:54 (GMT) |
commit | bf3a1e973b49236e6f267cca135d36290568e6a4 (patch) | |
tree | 8cc8daded7c73c63c843f9848792c53717d498cf /Misc/NEWS.d/next | |
parent | 645e503ba58086c7f51eda4d025743f2afc05a2a (diff) | |
download | cpython-bf3a1e973b49236e6f267cca135d36290568e6a4.zip cpython-bf3a1e973b49236e6f267cca135d36290568e6a4.tar.gz cpython-bf3a1e973b49236e6f267cca135d36290568e6a4.tar.bz2 |
bpo-30822: regrtest: remove tzdata (#2782)
* Oops, tzdata was introduced in Python 3.6: remove it from regrtest
* Remove also Lib/test/libregrtest/__init__.py file: add by mistake
on a backport.
Diffstat (limited to 'Misc/NEWS.d/next')
-rw-r--r-- | Misc/NEWS.d/next/Tests/2017-07-20-14-29-54.bpo-30822.X0wREo.rst | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/Misc/NEWS.d/next/Tests/2017-07-20-14-29-54.bpo-30822.X0wREo.rst b/Misc/NEWS.d/next/Tests/2017-07-20-14-29-54.bpo-30822.X0wREo.rst index 53557f6..ee0cf02 100644 --- a/Misc/NEWS.d/next/Tests/2017-07-20-14-29-54.bpo-30822.X0wREo.rst +++ b/Misc/NEWS.d/next/Tests/2017-07-20-14-29-54.bpo-30822.X0wREo.rst @@ -1,5 +1,2 @@ -regrtest: Exclude tzdata from regrtest --all. 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. -Fix also regrtest command line parser to allow passing -u extralargefile to +Fix regrtest command line parser to allow passing -u extralargefile to run test_zipfile64. |