summaryrefslogtreecommitdiff
path: root/.meta.toml
blob: a471ee6d96599d95189b993b76da3bcd8e481087 (plain)
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
# Generated from:
# https://github.com/zopefoundation/meta/tree/master/config/pure-python
[meta]
template = "pure-python"
commit-id = "fe63cb4c"

[python]
with-sphinx-doctests = true
with-docs = true
with-future-python = false
with-pypy = true
with-macos = false
with-windows = false

[tox]
use-flake8 = true
additional-envlist = [
    "py310-optimized",
    ]
testenv-setenv = [
    "ZOPE_INTERFACE_STRICT_IRO=1",
    "optimized: PYTHONOPTIMIZE=2",
    ]

[coverage]
fail-under = 99.5

[coverage-run]
additional-config = [
    "omit =",
    "    # Runs in a subprocess:",
    "    src/zope/component/standalonetests.py",
    "    # Not used:",
    "    src/zope/component/eventtesting.py",
    ]

[flake8]
additional-config = [
    "# F401 imported but unused",
    "per-file-ignores =",
    "    src/zope/component/__init__.py: F401",
    ]

[manifest]
additional-rules = [
    "recursive-include docs *.bat",
    "recursive-include src *.zcml",
    ]

[check-manifest]
additional-ignores = [
    "docs/_build/html/_sources/api/*",
    ]

[github-actions]
additional-config = [
    "- [\"3.10\",   \"py310-optimized\"]",
    ]