Hi everyone,
> Can we consider “update setuptools” to be an adequate resolution for this
> issue?
I realize this is probably not the most substantial argument, but I want to
mention it anyway: Considering Django's popularity, requiring a recent
version of setuptools might be a positive side-eff
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
On Tue, Aug 2, 2016 at 6:14 PM, Tim Graham 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
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 introduce
>
>
>> I'm using Buildout and virtualenv with Python 2.7.9.
>>
>>
> and setuptools 25.1.2
>
>
It works with setuptools 17.0, but displays warning:
Getting distribution for 'Django==1.8.14'.
'tests/staticfiles_tests/apps/test/static/test/⊗.txt' not ANSI_X3.4-1968
encodable -- skipping
warning: n
On Tuesday, August 2, 2016 at 12:40:27 PM UTC+2, Marcin Nowak wrote:
>
>
> I'm using Buildout and virtualenv with Python 2.7.9.
>
>
and setuptools 25.1.2
M.
--
You received this message because you are subscribed to the Google Groups
"Django developers (Contributions to Django itself)" gro
Hi all,
Here is a file which breaks installation on fresh Debian system:
https://github.com/django/django/blob/master/tests/staticfiles_tests/apps/test/static/test/%E2%8A%97.txt
I'm using Buildout and virtualenv with Python 2.7.9.
The full traceback is:
Traceback (most recent call last):
Fi