[sage-support] Re: unit test failure: expected …'dynamic_class.pyc', got …'dynamic_class.py'

2012-12-14 Thread zooko
On Friday, December 14, 2012 9:16:26 PM UTC-7, zooko wrote: > > Aha, it probably has to do with this environment variable that I have set: > > PYTHONDONTWRITEBYTECODE=1 > Confirmed that unsetting PYTHONDONTWRITEBYTECODE, rerunning "make", and then rerunning this tes

[sage-support] Re: unit test failure: expected …'dynamic_class.pyc', got …'dynamic_class.py'

2012-12-14 Thread zooko
Aha, it probably has to do with this environment variable that I have set: PYTHONDONTWRITEBYTECODE=1 I set this years ago in my bash init files in order to work-around some other bug in some other software package, the details of which I've now forgotten... -- You received this message becau

[sage-support] unit test failure: expected …'dynamic_class.pyc', got …'dynamic_class.py'

2012-12-14 Thread zooko
sage -t -force_lib "devel/sage/sage/structure/dynamic_class.py" ****** File "/home/zooko/playground/sage/sage-5.4.1/devel/sage/sage/structure/dynamic_class.py", line 289: sage: inspect.getfile(Foo2) Expected: