We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f09111 commit f17a469Copy full SHA for f17a469
CHANGES
@@ -26,6 +26,13 @@ URL renamings (#417):
26
27
- Migrate `.coveragerc` to `pyproject.toml` (#421)
28
- 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
36
37
## libvcs 0.16.5 (2022-09-21)
38
0 commit comments