Michał Górny

Results 218 comments of Michał Górny

To be honest, I don't know if that's a problem with the tests or with the underlying logic, i.e. if it doesn't break real code.

Gentle ping. Apparently python-blosc already requires this file even though FWICS nobody wrote it x_x.

FWICS the traceback for PyPy3 is: ``` Traceback (most recent call last): File "/tmp/mako/test/test_exceptions.py", line 457, in test_alternating_file_names t.render() File "/tmp/mako/mako/template.py", line 476, in render return runtime._render(self, self.callable_, args, data)...

To be honest, I'm not even sure if it isn't a bug in PyPy3. Are you suggesting accepting this output?

If you're asking whether this is high priority for us, then no. I've just skipped these two tests for now.

We don't use virtualenv because it doesn't reliably indicate whether the package's actually going to work correctly in the production environment along with other packages. There are many packages that...