Hello,

Django used to create this file dynamically while running tests, but that got 
in the way of test parallelization. To avoid race conditions, the git checkout 
needs to be treated as readonly when running tests in parallel.

That’s why I switched to committing it to the git repository when I implemented 
test parallelization. I assumed all relevant systems for Django would support 
utf-8 by now… I was too optimistic!

Can we consider “update setuptools” to be an adequate resolution for this issue?

-- 
Aymeric.

> On 02 Aug 2016, at 18:03, Berker Peksağ <berker.pek...@gmail.com> wrote:
> 
> On Tue, Aug 2, 2016 at 6:14 PM, Tim Graham <timogra...@gmail.com> wrote:
>> A similar report was https://code.djangoproject.com/ticket/24761. I'm not
>> sure if this is a bug in those install tools or if it's something we should
>> try to fix in Django. You can use `git blame
>> tests/staticfiles_tests/apps/test/static/test/⊗.txt` to find the commit
>> where the file was introduced to learn the reason for it.
> 
> It looks like this is a bug in setuptools:
> https://github.com/pypa/setuptools/issues/709
> 
> --Berker
> 
> -- 
> You received this message because you are subscribed to the Google Groups 
> "Django developers  (Contributions to Django itself)" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to django-developers+unsubscr...@googlegroups.com.
> To post to this group, send email to django-developers@googlegroups.com.
> Visit this group at https://groups.google.com/group/django-developers.
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/django-developers/CAF4280%2BXA9%3DKDAE7CKrgCjY4ttq%2BkxG5VdXZk2p6KdUn5k8VWQ%40mail.gmail.com.
> For more options, visit https://groups.google.com/d/optout.

-- 
You received this message because you are subscribed to the Google Groups 
"Django developers  (Contributions to Django itself)" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-developers+unsubscr...@googlegroups.com.
To post to this group, send email to django-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/django-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-developers/3FC5B5B0-681F-40F4-A0A6-6915F043C2E7%40polytechnique.org.
For more options, visit https://groups.google.com/d/optout.

Reply via email to