`hatch test` ignores `[tool.pytest.ini_options]` · Issue #1551 · pypa/hatch
As described in title. In my pyproject.toml I have doctests in src enabled: [tool.pytest.ini_options] addopts = "--doctest-modules" Simply running hatch test, no doctests run. I can get them to run...