-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.meta.toml
35 lines (31 loc) · 967 Bytes
/
.meta.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
# Generated from:
# https://github.com/plone/meta/tree/main/config/default
# See the inline comments on how to expand/tweak this configuration file
[meta]
template = "default"
commit-id = "ae379f1f"
[pyproject]
codespell_skip = "*.min.js"
codespell_ignores = "vew"
dependencies_ignores = "['plone.volto', 'plone.app.discussion', 'plone.app.iterate', 'plone.app.multilingual', 'plone.app.upgrade', 'zestreleaser.towncrier', 'zest.releaser', 'pytest', 'pytest-cov', 'pytest-plone', 'plone.testing', 'plone.app.testing', 'plone.portlets', 'plone.app.portlets']"
dependencies_mappings = [
"Plone = ['Products.CMFPlone', 'Products.CMFCore', 'Products.GenericSetup']",
]
[tox]
test_runner = "pytest"
test_path = "/tests"
use_mxdev = true
test_deps_additional = ""
[github]
py_versions = "[\"3.12\", \"3.11\", \"3.10\"]"
jobs = [
"qa",
"test",
"coverage",
"dependencies",
"release_ready",
]
[gitignore]
extra_lines = """
coverage.xml
"""