#!/usr/bin/env python import sys try: sys.path.remove('/usr/bin') except ValueError: pass from _findpy import py py.test.cmdline.main()