* fix two cases where pathlib.Path objects were not accepted * make macRes reader accept os.PathLike objects * use __fspath__ explicitly to support os.PathLike paths * use __fspath__ explicitly to support os.PathLike paths * convert tmpdir to str * only test pathlib.Path on Python 3.6 and up