Skip to content

Commit b0c4729

Browse files
committed
Disable doctest collection for pytest-run-parallel compatibility
1 parent ec3a574 commit b0c4729

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

data_structures/sort/topological_sort.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# pytest: disable=doctest
12
"""
23
Topological Sort implementation using:
34
1. DFS-based approach

0 commit comments

Comments
 (0)