Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove --mpl from pytest config; options add missing dependency
* `topofileformats/asd.py` imports `matplotlib.pyplot` but `matplotlib` isn't a dependency listed in `pyproject.toml` * Removes `--mpl` as an option to `pytest` configuration which is in `pyproject.toml` under the `[tool.pytest.ini_options]` section.
- Loading branch information