Aarni Koskela

Results 737 comments of Aarni Koskela

> Why not just created it within the `.tox` root directory and be done with it? I felt there was an idea behind the decision to not have an explicit...

> > having the places that create those workdir subdirs ensure the workdir has the cache tag > > Probably this 🤔 It turned out a little trickier like that,...

> @akx you still plan to finish this or should I close it? Yeah, it's still under construction – just been busy with work and figuring out how to best...

@stitch-martha Would you be able to test the code from this PR to see if it fixes #1195 for you?

@stitch-martha Hmm... Given a `1195.py` like ```python x = { 'test_string': StringWithMeta( # NOTE: Text describing a test string string=_( 'Text string that is on a new line' ), ),...

> Text string that is on a new line and is very very long so that black does not format it ```python x = { 'test_string': StringWithMeta( # NOTE: Text...

That's probably your (corporate?) environment's proxy interfering with an SSL certificate we don't know how to trust. As a workaround, you can just copy the `locale-data` directory from your installed...

Agreed. We should warn about that and leave it non-extracted.

The documentation for running tests is [here](https://github.com/redis/redis-py/blob/master/CONTRIBUTING.md#testing).