[Python-Dev] Preserving the blamelist
Tim Peters
tim.peters at gmail.com
Wed Apr 12 19:17:12 CEST 2006
[Tim ]
>> I'd whine about not checking buildbot health after a code change,
>> except that it's much more tempting to point out that Thomas couldn't
>> have run the test suite successfully on his own box in this case :-)
[Thomas]
> Not with -uall, yes. Without -uall it ran fine (by chance, I admit.)
That shouldn't be: test_parser doesn't require (or check for) any
resources. test_tokenize is the one that runs a random sample in the
absence of `-u compiler`, and that one was passing even with -uall.
> I didn't feel like running the rather lengthy -uall test on my box right
> before bedtime; I won't be skipping that again anytime soon ;)
It sounds like you're letting your life interfere with Python
development. Stop that ;-)
More information about the Python-Dev
mailing list