Message344101
Looks like the tests need to be customized for 2.7 and 3.6:
Traceback (most recent call last):
File "D:\a\1\s\lib\test\test_msilib.py", line 64, in test_directory_start_component_keyfile
self.addCleanup(db.Close)
AttributeError: '_msi.Database' object has no attribute 'Close'
I can edit directly in miss-islington's branch, but what's the change? Do we just remove the addCleanup code? Or should we just skip the backport? |
|
Date |
User |
Action |
Args |
2019-05-31 18:43:25 | steve.dower | set | recipients:
+ steve.dower, loewis, john.keeping, ZackerySpytz, miss-islington |
2019-05-31 18:43:25 | steve.dower | set | messageid: <1559328205.87.0.572445988181.issue12639@roundup.psfhosted.org> |
2019-05-31 18:43:25 | steve.dower | link | issue12639 messages |
2019-05-31 18:43:25 | steve.dower | create | |
|