File tree Expand file tree Collapse file tree 3 files changed +16
-9
lines changed Expand file tree Collapse file tree 3 files changed +16
-9
lines changed Original file line number Diff line number Diff line change @@ -19,6 +19,10 @@ $ pipx install --suffix=@next 'tmuxp' --pip-args '\--pre' --force
19
19
20
20
<!-- Maintainers, insert changes / features for the next release here -->
21
21
22
+ ### Packaging
23
+
24
+ - Move pytest configuration to ` pyproject.toml ` (#886 )
25
+
22
26
## tmuxp 1.31.0 (2023-09-23)
23
27
24
28
### Breaking changes
Original file line number Diff line number Diff line change @@ -184,6 +184,18 @@ combine-as-imports = true
184
184
"src/tmuxp/cli/*.py" = [" PTH" ]
185
185
"docs/_ext/aafig.py" = [" PTH" ]
186
186
187
+ [tool .pytest .ini_options ]
188
+ addopts = " --reruns=0 --tb=short --no-header --showlocals --doctest-modules"
189
+ doctest_optionflags = " ELLIPSIS NORMALIZE_WHITESPACE"
190
+ testpaths = [
191
+ " src/tmuxp" ,
192
+ " tests" ,
193
+ " docs" ,
194
+ ]
195
+ filterwarnings = [
196
+ " ignore:The frontend.Option(Parser)? class.*:DeprecationWarning::" ,
197
+ ]
198
+
187
199
[build-system ]
188
200
requires = [" poetry_core>=1.0.0" ]
189
201
build-backend = " poetry.core.masonry.api"
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments