#1 Make sure tests don't compile bytecode
Opened 8 years ago by tibbs. Modified 8 years ago

Running a test suite can cause python to write out bytecode files which can cause issues. In order to prevent this, %py_test should either pass -B to the interpreter or export PYTHONDONTWRITEBYTECODE=1.


Login to comment on this ticket.

Metadata