Re: staging: django fails to build

2017-01-02 Thread Ludovic Courtès
Hartmut Goebel skribis: > Am 29.12.2016 um 02:21 schrieb Leo Famulari: >> Django is failing its test suite on the staging branch: >> > I can reproduce this here, too. > > It's a subtle bug in Django related to leap years :-( The test suite > only fails in the last week of a leap year. So the test

Re: staging: django fails to build

2016-12-29 Thread Hartmut Goebel
Am 29.12.2016 um 02:21 schrieb Leo Famulari: > Django is failing its test suite on the staging branch: > I can reproduce this here, too. It's a subtle bug in Django related to leap years :-( The test suite only fails in the last week of a leap year. So the test-suite will work again in three days.

staging: django fails to build

2016-12-28 Thread Leo Famulari
Django is failing its test suite on the staging branch: https://hydra.gnu.org/job/gnu/staging/python-django-1.10.3.x86_64-linux https://hydra.gnu.org/job/gnu/staging/python-django-1.10.3.i686-linux I can reproduce this on my own machine, but I'm not sure what the problem is. Does anyone have any