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
19
19
20
20
- _ Insert changes/features/fixes for next release here_
21
21
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
+
22
30
## tmuxp 1.15.1 (2022-09-23)
23
31
24
32
** 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
+ """
1
6
import logging
2
7
import os
3
8
import pathlib
Original file line number Diff line number Diff line change @@ -32,6 +32,7 @@ include = [
32
32
{ path = " tests" , format = " sdist" },
33
33
{ path = " examples" , format = " sdist" },
34
34
{ path = " docs" , format = " sdist" },
35
+ { path = " conftest.py" , format = " sdist" },
35
36
]
36
37
37
38
[tool .poetry .urls ]
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments