File tree Expand file tree Collapse file tree 4 files changed +14
-1
lines changed Expand file tree Collapse file tree 4 files changed +14
-1
lines changed Original file line number Diff line number Diff line change @@ -19,6 +19,14 @@ $ pipx install --suffix=@next 'tmuxp' --pip-args '\--pre' --force
1919
2020- _ Insert changes/features/fixes for next release here_
2121
22+ ## tmuxp 1.15.2 (unreleased)
23+
24+ ** Maintenance release, no features or fixes**
25+
26+ ### Packaging
27+
28+ - Move conftest.py to root, to avoid packaging in wheel (#826 vs #825 )
29+
2230## tmuxp 1.15.1 (2022-09-23)
2331
2432** Maintenance release, no features or fixes**
Original file line number Diff line number Diff line change 1+ """Conftest.py (root-level)
2+
3+ We keep this in root pytest fixtures in pytest's doctest plugin to be available, as well
4+ as avoiding conftest.py from being included in the wheel.
5+ """
16import logging
27import os
38import pathlib
Original file line number Diff line number Diff line change @@ -32,6 +32,7 @@ include = [
3232 { path = " tests" , format = " sdist" },
3333 { path = " examples" , format = " sdist" },
3434 { path = " docs" , format = " sdist" },
35+ { path = " conftest.py" , format = " sdist" },
3536]
3637
3738[tool .poetry .urls ]
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments