Skip to content

Conversation

@vstinner
Copy link
Member

@vstinner vstinner commented Jun 24, 2019

(cherry picked from commit c0295db)

https://bugs.python.org/issue37124

@vstinner
Copy link
Member Author

Compared to the change in master, I also added:

        self.addCleanup(unlink, db_path)
        self.addCleanup(db.Close)

@vstinner
Copy link
Member Author

self.addCleanup(db.Close) doesn't work: AttributeError: '_msi.Database' object has no attribute 'Close'.

I removed:

        self.addCleanup(unlink, db_path)
        self.addCleanup(db.Close)

@vstinner vstinner merged commit 6cbff56 into python:2.7 Jun 24, 2019
@vstinner vstinner deleted the test_msilib27 branch June 24, 2019 14:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

skip news tests Tests in the Lib/test dir

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants