python(test): don't write bytecode
Tests are usually lauched from source directory, so additional unnecessary files should be eliminated. Alternative ways (command line): - python -B ... - PYTHONDONTWRITEBYTECODE=1 python ...
Showing
Please
register
or
sign in
to comment