[issue12639] msilib Directory.start_component() fails if keyfile is not None

Steve Dower report at bugs.python.org
Fri May 31 14:43:25 EDT 2019


Steve Dower <steve.dower at python.org> added the comment:

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?

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue12639>
_______________________________________


More information about the Python-bugs-list mailing list