when developing projects that are subject to change, its easy to forget to remove stale pyc files, thus i propose adding a ini option that sets sys.dont_write_bytecode before importing the first conftest ``` [pytest] dont_write_bytecode = true ```
when developing projects that are subject to change,
its easy to forget to remove stale pyc files,
thus i propose adding a ini option that sets sys.dont_write_bytecode before importing the first conftest