Skip to content

Commit f17a469

Browse files
committed
docs(CHANGES): Note moving of conftest.py to root level
1 parent 1f09111 commit f17a469

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

CHANGES

+7
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,13 @@ URL renamings (#417):
2626

2727
- Migrate `.coveragerc` to `pyproject.toml` (#421)
2828
- Remove `.tmuxp.before-script.sh` (was a `before_script` in `.tmuxp.yaml`) that was unused.
29+
- Move `conftest.py` to root level
30+
31+
- Can be excluded from wheel, included in sdist
32+
- Required to satisfy pytest's `pytest_plugins` only being in top-level confte conftest.py files
33+
since 4.0 (see
34+
[notice](https://docs.pytest.org/en/stable/deprecations.html#pytest-plugins-in-non-top-level-conftest-files))
35+
- Makes it possible to run `pytest README.md` with doctest plugin
2936

3037
## libvcs 0.16.5 (2022-09-21)
3138

0 commit comments

Comments
 (0)