Skip to content

Commit 528b925

Browse files
authored
disable dynamic_context for coverage (#12772)
Introduced in 89a2c0d. Currently performance impact of this with current version of coverage is _bad_: Without this change: ``` =============================== 3231 passed, 483 warnings in 1249.00s (0:20:49) ============================== ``` With this change: ``` =============================== 3231 passed, 483 warnings in 100.98s (0:01:40) =============================== ```
1 parent 03509ec commit 528b925

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.coveragerc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
[run]
22
branch = True
3-
dynamic_context = test_function
3+
# TODO: Re-Enable when https://github.com/nedbat/coveragepy/issues/1527 is resolved
4+
# dynamic_context = test_function
45

56
source =
67
warehouse

0 commit comments

Comments
 (0)