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

Popular posts from this blog

php - Android app custom user registration and login with cookie using facebook sdk -

django - Access session in user model .save() -

php - .htaccess Multiple Rewrite Rules / Prioritizing -