[Python-checkins] [python/cpython] 645e50: bpo-30822: Exclude tzdata from regrtest --all (#27...

GitHub noreply at github.com
Thu Jul 20 11:08:53 EDT 2017


  Branch: refs/heads/3.5
  Home:   https://github.com/python/cpython
  Commit: 645e503ba58086c7f51eda4d025743f2afc05a2a
      https://github.com/python/cpython/commit/645e503ba58086c7f51eda4d025743f2afc05a2a
  Author: Victor Stinner <victor.stinner at gmail.com>
  Date:   2017-07-20 (Thu, 20 Jul 2017)

  Changed paths:
    A Lib/test/libregrtest/__init__.py
    M Lib/test/regrtest.py
    M Lib/test/test_regrtest.py
    A Misc/NEWS.d/next/Tests/2017-07-20-14-29-54.bpo-30822.X0wREo.rst

  Log Message:
  -----------
  bpo-30822: Exclude tzdata from regrtest --all (#2775) (#2781)

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)




More information about the Python-checkins mailing list