Skip to content

Commit 90d8197

Browse files
committed
Missed running make mypy before pushing last commit. Opting to disable type checking on selectResources() because it's just an implementation detail for the test
1 parent 3d16022 commit 90d8197

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_parallel.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ def test_scattered_workflow() -> None:
3636
def test_on_error_kill() -> None:
3737
test_file = "tests/wf/on-error_kill.cwl"
3838

39-
def selectResources(request, _):
39+
def selectResources(request, _): # type: ignore
4040
# Remove the "one job per core" resource constraint so that
4141
# parallel jobs aren't withheld on machines with few cores
4242
return {

0 commit comments

Comments
 (0)