Hi, All! Recently tests started to fail both at Travis and Circle, but only with Postgres. Initially I couldn't reproduce the problem locally but after a dozen of experiments I got it: the problem manifests itself only with Python 2.7.12 + tox + PostgreSQL. I have to install Python 2.7.12 and tox to reproduce it locally (I have Debian with Python 2.7.9 and I usually don't use tox - I run py.test directly).
Somehow I managed to fix tests by changing test order - I explicitly listed tests directories with 'tests' at the top of the other dirs. Now tests passed locally and at both CIs. I understand neither the problem nor the solution. :-( Any idea? Oleg. -- Oleg Broytman http://phdru.name/ p...@phdru.name Programmers don't die, they just GOSUB without RETURN. ------------------------------------------------------------------------------ _______________________________________________ sqlobject-discuss mailing list sqlobject-discuss@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/sqlobject-discuss