Re: Selenium mess

2017-05-18 Thread XaviP
My experiences with django-selenium-Firefox were really painful. When finally switch to phantomjs, all was better, but from time to time, the tests still freeze in travis-ci. Hope it helps. El dimecres, 17 maig de 2017 16:45:18 UTC+2, Antonis Christofides va escriure: > > Hi, > > I am the

Re: Why my tests need to run migrate before??

2017-04-25 Thread XaviP
11:34 GMT+02:00 XaviP <pezb...@gmail.com >: > > Hi django users, > > > > I'm trying to understand if it's a standard behavior the need to run > migrate > > before tests, in a fresh installation of an app or project with django > 1.10 > > > > T

django 1.9 in my ssl website requires PyOpenSSL-16.2.0

2017-04-21 Thread XaviP
I had an issue upgrading from django 1.8 to 1.9 in a site with ssl. The site was giving SSL_ERROR_INTERNAL_ERROR_ALERT from time to time. In apache logs appeared this kind of errors: [ssl:warn] [pid 26704:tid 140422937700096] AH01990: PRNG still contains insufficient entropy! extern "Python":

Why my tests need to run migrate before??

2017-04-02 Thread XaviP
Hi django users, I'm trying to understand if it's a standard behavior the need to run migrate before tests, in a fresh installation of an app or project with django 1.10 Thanks! -- You received this message because you are subscribed to the Google Groups "Django users" group. To