enthought / comtypes

A pure Python, lightweight COM client and server framework, based on the ctypes Python FFI package.
Other
290 stars 97 forks source link

Bring back Excel early-bind test #514

Closed junkmd closed 7 months ago

junkmd commented 7 months ago

Until #212 is resolved, early binding test for Excel was being skipped in all Python versions. This PR changes to skip it only in versions where the test fails.