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
2121
2222<!-- Maintainers, insert changes / features for the next release here -->
2323
24+ ### Breaking changes
25+
26+ - Python 3.7 Dropped (#421 )
27+
2428## vcspull v1.22.0 (2023-09-02)
2529
2630_ 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
187187[tool .ruff .per-file-ignores ]
188188"*/__init__.py" = [" F401" ]
189189
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+
190201[build-system ]
191202requires = [" poetry_core>=1.0.0" , " setuptools>50" ]
192203build-backend = " poetry.core.masonry.api"
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments