Skip to content

Commit a148c43

Browse files
committed
add -vvv to identify the test that takes ∞ time
1 parent 951d02a commit a148c43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ envlist = clean,py{36,37,38}-{mindeps,alldeps},report,pre-commit
77
testpaths = adaptive
88
addopts =
99
--durations=5
10-
--cov --cov-append --cov-fail-under=70 --cov-report=
10+
--cov --cov-append --cov-fail-under=70 -vvv --cov-report=
1111
norecursedirs =
1212
docs
1313

0 commit comments

Comments
 (0)