Skip to content

Imports from root directory fails with tox

Root imports in a python file fails with tox due to a different PYTHONPATH variable (works running python -m pytest but not tox).
Example: from worker_tesseract.my_module import *