How do I tell py.test to not prepend to sys.path? -
How do I tell py.test to not prepend to sys.path? -
when running py.test, seems automatically prepend project's root directory (one above lastly __init__.py
) sys.path
this causing issues me, looked through docs not find alternative this.
does know way?
thanks
py.test
Comments
Post a Comment