File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2
2
# https://github.com/zopefoundation/meta/tree/master/config/c-code
3
3
[meta ]
4
4
template = " c-code"
5
- commit-id = " a8ae60f1 "
5
+ commit-id = " 85622de1 "
6
6
7
7
[python ]
8
8
with-pypy = true
@@ -15,6 +15,7 @@ with-macos = false
15
15
[tox ]
16
16
use-flake8 = true
17
17
testenv-commands = [
18
+ " pip install -U -e .[test]" ,
18
19
" coverage run -p -m unittest discover -s src {posargs}" ,
19
20
]
20
21
testenv-setenv = [
@@ -46,7 +47,6 @@ additional-rules = [
46
47
" include *.cmd" ,
47
48
" include *.sh" ,
48
49
" include *.yml" ,
49
- " include .coveragerc" ,
50
50
" recursive-include benchmarks *.py" ,
51
51
" recursive-include docs *.bat" ,
52
52
" recursive-include docs *.py" ,
Original file line number Diff line number Diff line change @@ -17,7 +17,6 @@ include *.yaml
17
17
include *.cmd
18
18
include *.sh
19
19
include *.yml
20
- include .coveragerc
21
20
recursive-include benchmarks *.py
22
21
recursive-include docs *.bat
23
22
recursive-include docs *.py
Original file line number Diff line number Diff line change @@ -82,7 +82,7 @@ def _unavailable(self, e):
82
82
tests_require = [
83
83
# The test dependencies should NOT have direct or transitive
84
84
# dependencies on zope.interface.
85
- 'coverage >= 5.0.3 ' ,
85
+ 'coverage[toml] ' ,
86
86
'zope.event' ,
87
87
'zope.testing' ,
88
88
]
Original file line number Diff line number Diff line change @@ -22,6 +22,7 @@ setenv =
22
22
!pure-!pypy3: PURE_PYTHON =0
23
23
ZOPE_INTERFACE_STRICT_IRO =1
24
24
commands =
25
+ pip install -U -e .[test]
25
26
coverage run -p -m unittest discover -s src {posargs}
26
27
sphinx-build -b doctest -d {envdir}/.cache/doctrees docs {envdir}/.cache/doctest
27
28
extras =
You can’t perform that action at this time.
0 commit comments