Skip to content

[3.5] bpo-30132: distutils BuildExtTestCase use temp_cwd (#1387)#1388

Merged
vstinner merged 1 commit into
python:3.5from
vstinner:distutils_35
May 2, 2017
Merged

[3.5] bpo-30132: distutils BuildExtTestCase use temp_cwd (#1387)#1388
vstinner merged 1 commit into
python:3.5from
vstinner:distutils_35

Conversation

@vstinner

@vstinner vstinner commented May 2, 2017

Copy link
Copy Markdown
Member

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']
(cherry picked from commit 3076895)

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']
(cherry picked from commit 3076895)
@vstinner vstinner added the tests Tests in the Lib/test dir label May 2, 2017
@vstinner vstinner merged commit 3ceeb84 into python:3.5 May 2, 2017
@vstinner vstinner deleted the distutils_35 branch May 2, 2017 14:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

tests Tests in the Lib/test dir

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants