Message293483
| Author | vstinner |
|---|---|
| Recipients | serhiy.storchaka, vstinner |
| Date | 2017-05-11.09:41:30 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1494495690.4.0.586110104231.issue30283@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
- @unittest.skipUnless(sysconfig.is_python_build(), - 'test.bat script is not installed') I had to remove this decorator from test_tools_buildbot_test() since sysconfig.is_python_build() is false on Python 2.7 built with VS 2008 my Windows VM, whereas I didn't install Python!? I don't know why. Moreover, the decorator was missing on test_pcbuild_rt(), likely a mistake in the backport from master. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2017-05-11 09:41:30 | vstinner | set | recipients: + vstinner, serhiy.storchaka |
| 2017-05-11 09:41:30 | vstinner | set | messageid: <1494495690.4.0.586110104231.issue30283@psf.upfronthosting.co.za> |
| 2017-05-11 09:41:30 | vstinner | link | issue30283 messages |
| 2017-05-11 09:41:30 | vstinner | create | |