This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author matejcik
Recipients matejcik, tarek
Date 2009-07-30.16:54:32
SpamBayes Score 1.3173197e-08
Marked as misclassified No
Message-id <1248972876.14.0.894982225722.issue6604@psf.upfronthosting.co.za>
In-reply-to
Content
test_bdist_wininst.py fails in non-windows environment, depending on the
order of execution of tests in the test_distutils suite

When this test is not run on windows, msvccompiler.py fails to load
win32 registry modules and emits a warning-level message to the log.
Depending on which tests run before this test, the log threshold might
be set lower than WARN. in such case, The warning is actually printed,
test runner detects it and fails the test (which otherwise passes).

the attached patch sets log threshold to ERROR, silencing the warning
and producing a happier test ;e)
History
Date User Action Args
2009-07-30 16:54:36matejciksetrecipients: + matejcik, tarek
2009-07-30 16:54:36matejciksetmessageid: <1248972876.14.0.894982225722.issue6604@psf.upfronthosting.co.za>
2009-07-30 16:54:33matejciklinkissue6604 messages
2009-07-30 16:54:33matejcikcreate