Chris Farrow
Chris Farrow
If there is a "pure python" default that works, then a warning would be appropriate. For the future, another option is to not assume a ndarray but instead check for...
The numpy code in comtypes got a lot of attention in February. It might be worth checking if one of those changes broke the tests. FWIW, `"
Nice diagnosis. Regarding numpy vs buffers, I think we'd want to support buffers in the long run, but can get there through updating the numpy support. I think we'll want...
True. If we want to test for unintended interactions, multiple test environments will be needed.
My recollection is that upload access for pythonhosted is derived from PyPI access privileges. You should have full access to that.
I would definitely like to use a more conventional test runner for `comtypes`, and `pytest` is the latest and greatest. However, I'd prefer the test code to not depend on...
+1 for of breaking up the tests cleanly into automated and manual tests. Also for using `psutil` for the memory leak tests. Those tests are very unreliable. Ultimately, anything that...
I'm in favor of this, but have not had the time to set it up. As for the tests, I know that there are memory leak tests that fail periodically....
I'll take a look.
Integration is enabled, now we just need the build configuration.