Commit f6259ce7 authored by Peter Schmidt's avatar Peter Schmidt Committed by Tim Graham
Browse files

Fixed #25209 -- Removed parallel=True coverage option

parent 62d40740
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -2,7 +2,6 @@
branch = True
omit =
    */django/utils/autoreload.py
parallel = True
source = django

[report]