Andreas Maier

Results 152 comments of Andreas Maier

Not everyone builds images. For example, we are pulling images from DockerHub because we use them. We are not building them at all. So not caching pulled images makes this...

Sorry for the delay. Here is the output of py_info.py for this case (after the failed virtualenv call). See this Travis run around line 2060: https://travis-ci.org/github/zhmcclient/python-zhmcclient/jobs/725814037 ``` Debug: Output of...

@pv I also don't think that the `sys.gettotalrefcount()` function used by pytest-leaks can be emulated on non-debug builds. I can see how using `sys.gettotalrefcount()` is a good and simple way...

@seberg Ok, I see that looking at uncollectable objects (those that stay in the garbage collector) cannot be detected that way. It is also true that using the gc.garbage approach...

It is easy and free to create your own org on github.com. But you may want to check with @hpk42 or @RonnyPfannschmidt or @nicoddemus first on going under pytest-dev.

Sorry, I have to correct myself: pywin32 version 227 is in fact installable on Windows with Python 3.8, but the Pypi site still does not show 3.8 as supported. So...

Sorry for the delay. I agree that pip should not install version 227 on Python 3.10 due to unavailability of a package for 3.10. In fact, I did not notice...

I can confirm the same issue with another kind of XML (not HTML) in the response. JSON format for the response worked immediately, XML format did not and caused the...

Some further investigation shows that when defining a resource /foo for REST XML, it does work using the URL /foo.xml. So the issue seems to be that the .xml suffix...

Some more investigation: The XML resources are looked up as JSON resources, by mistake. I debugged this up to the point where the Tornado code calls into its handler method...