Skip to content

Commit 12c0be7

Browse files
committed
update
1 parent 4f83c17 commit 12c0be7

File tree

1 file changed

+1
-26
lines changed

1 file changed

+1
-26
lines changed

python/tox.ini

+1-26
Original file line numberDiff line numberDiff line change
@@ -19,31 +19,6 @@ deps =
1919
passenv =
2020
PYTEST_ADDOPTS
2121
commands =
22-
py.test -v --reruns 2 --cov --cov-append --cov-report=term-missing sbp tests
22+
py.test -v --reruns 2 sbp tests
2323
{toxinidir}/../test_data/sanity.sh
2424
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

Comments
 (0)