I often encounter this exception, especially when I previously ran pytest and a syntax error prevented it to run. ``` File "/usr/local/lib/python3.7/site-packages/random_order/plugin.py", line 60, in pytest_collection_modifyitems INTERNALERROR> process_failed_first_last_failed(session, config, items) INTERNALERROR> File "/usr/local/lib/python3.7/site-packages/random_order/cache.py", line 28, in process_failed_first_last_failed INTERNALERROR> raise NotImplementedError() INTERNALERROR> NotImplementedError ```