mirror of
https://github.com/opencv/opencv.git
synced 2026-09-11 12:52:33 -05:00
Tests are usually lauched from source directory, so additional unnecessary files should be eliminated. Alternative ways (command line): - python -B ... - PYTHONDONTWRITEBYTECODE=1 python ...