We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f83c17 commit 12c0be7Copy full SHA for 12c0be7
python/tox.ini
@@ -19,31 +19,6 @@ deps =
19
passenv =
20
PYTEST_ADDOPTS
21
commands =
22
- py.test -v --reruns 2 --cov --cov-append --cov-report=term-missing sbp tests
+ py.test -v --reruns 2 sbp tests
23
{toxinidir}/../test_data/sanity.sh
24
sitepackages = False
25
-
26
-[coverage:run]
27
-branch = True
28
-include = sbp/*
29
-parallel = True
30
31
-[coverage:report]
32
-exclude_lines =
33
- # Have to re-enable the standard pragma
34
- pragma: no cover
35
36
- # Don't complain about missing debug-only code:
37
- def __repr__
38
- if self\.debug
39
40
- # Don't complain if non-runnable code isn't run:
41
- if 0:
42
- if __name__ == .__main__.:
43
-ignore_errors = True
44
45
-[coverage:omit]
46
-omit =
47
- tests/*
48
- limbo/*
49
- data/*
0 commit comments