File tree Expand file tree Collapse file tree 3 files changed +15
-8
lines changed Expand file tree Collapse file tree 3 files changed +15
-8
lines changed Original file line number Diff line number Diff line change @@ -21,6 +21,10 @@ $ pipx install --suffix=@next 'vcspull' --pip-args '\--pre' --force
21
21
22
22
<!-- Maintainers, insert changes / features for the next release here -->
23
23
24
+ ### Breaking changes
25
+
26
+ - Python 3.7 Dropped (#421 )
27
+
24
28
## vcspull v1.22.0 (2023-09-02)
25
29
26
30
_ Maintenance only, no bug fixes, or new features_
Original file line number Diff line number Diff line change @@ -187,6 +187,17 @@ combine-as-imports = true
187
187
[tool .ruff .per-file-ignores ]
188
188
"*/__init__.py" = [" F401" ]
189
189
190
+ [tool .pytest .ini_options ]
191
+ addopts = " --tb=short --no-header --showlocals"
192
+ testpaths = [
193
+ " src/vcspull" ,
194
+ " tests" ,
195
+ " docs" ,
196
+ ]
197
+ filterwarnings = [
198
+ " ignore:The frontend.Option(Parser)? class.*:DeprecationWarning::" ,
199
+ ]
200
+
190
201
[build-system ]
191
202
requires = [" poetry_core>=1.0.0" , " setuptools>50" ]
192
203
build-backend = " poetry.core.masonry.api"
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments