Changes in release:
- fixed `pytest` plugins not being loaded, due to a conflict between how Slipcover was manipulating `sys.meta_path` and `importlib.metadata`'s package detection. Note that some plugins may not yet work (notably, `pytest-xdist`) -- see 9.
- added handler for `MetaPathFinder`s that don't implement `find_spec`;