> * Julien Jehannet <[email protected]> [29-sep-2010 18:37]: > > * Arfrever Frehtes Taifersar Arahesis <[email protected]> [29-sep-2010 > > 09:16]: > > logilab-common 0.52.0 fails some tests: > > (...) > > > > test_knownValues_is_standard_module_4 always fails. > (see another thread about it) > > > > test_capture_core fails after disabling test_both_capture with similar > > error to this error, > > which occurs in test_both_capture. These 2 tests fail when stdout isn't a > > tty. It can occur > > when tests are run by Gentoo's package manager and output is redirected. I > > suggest that > > these tests are skipped when sys.stdout.isatty() is False.
I tried to reproduce but I can't find a way to have theses errors...
python test/unittest_testlib.py 1<&-
python test/unittest_testlib.py &| pager
python test/unittest_testlib.py &> file
Can you provide the exact command-line ? Because I'm not sure the isatty
condition is enough here.
--
Julien JEHANNET LOGILAB, Paris (France)
http://www.cubicweb.org CubicWeb, le cadriciel du web sémantique
http://www.logilab.org Dépôt des logiciels libres conçus par Logilab
http://www.logilab.fr Informatique scientifique & Gestion de connaissances
signature.asc
Description: Digital signature
_______________________________________________ Python-Projects mailing list [email protected] http://lists.logilab.org/mailman/listinfo/python-projects
