11# Generated from:
2- # https://github.com/plone/meta/tree/main/config /default
2+ # https://github.com/plone/meta/tree/main/src/plone/meta /default
33# See the inline comments on how to expand/tweak this configuration file
44[meta ]
55template = " default"
6- commit-id = " 1c2155e4 "
6+ commit-id = " 2.2.2 "
77
88[pre_commit ]
99codespell_extra_lines = """
@@ -16,67 +16,27 @@ check_manifest_ignores = """
1616 "*.cfg",
1717 ".editorconfig",
1818 ".readthedocs.yaml",
19- "constraints_plone52.txt",
20- "constraints_plone60.txt",
19+ "constraints_plone62.txt",
2120 "constraints.txt",
2221 "fix-converted-myst.py",
2322 "Makefile",
2423 "requirements-docs.txt",
2524 "requirements.txt",
2625"""
2726dependencies_ignores = " ['Products.PrintingMailHost', 'plone.app.iterate',]"
28- codespell_ignores = " manuel"
27+ codespell_ignores = " manuel,checkin "
2928
3029[tox ]
30+ test_matrix = {"6.2" = [" *" ]}
3131envlist_lines = """
32- py{38,39,310,311}-plone{60}
3332 linkcheck
3433 plone6docs
3534 docs
3635"""
3736config_lines = """
3837skip_missing_interpreters = True
39-
40- [gh-actions]
41- python =
42- 3.8: py38
43- 3.9: py39
44- 3.10: py310
45- 3.11: py311
46-
47- [gh-actions:env]
48- PLONE =
49- 60: plone60
5038"""
5139extra_lines = """
52- [testenv:py{38,39,310,311}-plone{60}]
53- skip_install = True
54-
55- commands =
56- python -VV
57- pip install -r requirements.txt
58- pip list
59- {envbindir}/buildout -c /{toxinidir}/{env:BUILDOUT_FILE} buildout:directory={envdir} buildout:develop={toxinidir} install test
60- {envbindir}/buildout -c {toxinidir}/{env:BUILDOUT_FILE} buildout:directory={envdir} buildout:develop={toxinidir} annotate
61- {envbindir}/test
62-
63- setenv =
64- BUILDOUT_FILE=test_plone-60.cfg
65-
66- deps =
67- pdbpp
68- manuel
69-
70- # tox < 4.0.0
71- whitelist_externals =
72- mkdir
73- echo
74-
75- # tox >= 4.0.0
76- allowlist_externals =
77- mkdir
78- echo
79-
8040[testenv:plone6docs]
8141# New docs with plone-sphinx-theme
8242# See [testenv:docs] for classic documentation
@@ -109,7 +69,7 @@ commands =
10969 sphinx-build -b html -d "{env:READTHEDOCS_OUTPUT}"/doctrees/ docs "{env:READTHEDOCS_OUTPUT}"/html/
11070
11171[testenv:docs]
112- basepython = python3.9
72+ basepython = python3.11
11373skip_install = False
11474usedevelop = True
11575allowlist_externals =
@@ -160,12 +120,3 @@ commands =
160120 mkdir -p {toxinidir}/_build/plone6docs
161121 sphinx-autobuild -b html -d _build/plone6docs/doctrees docs _build/plone6docs/html
162122"""
163-
164- [github ]
165- jobs = [
166- " qa" ,
167- " test" ,
168- " coverage" ,
169- " dependencies" ,
170- " release_ready" ,
171- ]
0 commit comments