Skip to content

Commit c2c2e75

Browse files
fix: add pytest marker
1 parent 938e20b commit c2c2e75

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

geometry/jarvis_march.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@
1818
-> GeeksforGeeks: https://www.geeksforgeeks.org/convex-hull-set-1-jarviss-algorithm-or-wrapping/
1919
"""
2020

21+
# pytest: disable=pytest-run-parallel
22+
2123
from __future__ import annotations
2224

2325

0 commit comments

Comments
 (0)