[Python-checkins] [python/cpython] 307689: bpo-30132: distutils BuildExtTestCase use temp_cwd...

GitHub noreply at github.com
Tue May 2 09:50:44 EDT 2017


  Branch: refs/heads/3.6
  Home:   https://github.com/python/cpython
  Commit: 30768958490c658fba0fe24f1cabbdad44be22ff
      https://github.com/python/cpython/commit/30768958490c658fba0fe24f1cabbdad44be22ff
  Author: Victor Stinner <victor.stinner at gmail.com>
  Date:   2017-05-02 (Tue, 02 May 2017)

  Changed paths:
    M Lib/distutils/tests/test_build_ext.py

  Log Message:
  -----------
  bpo-30132: distutils BuildExtTestCase use temp_cwd (#1387)

BuildExtTestCase of test_distutils now uses support.temp_cwd() in
setUp() to remove files created in the current working in all
BuildExtTestCase unit tests, not only test_build_ext().

Fix the following warning:

Warning -- files was modified by test_distutils
  Before: []
  After:  ['vc140.pdb']




More information about the Python-checkins mailing list