Skip to content

Commit

Permalink
reason is not optional
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian-B committed Oct 16, 2023
1 parent 702f898 commit 27a8709
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spinn_utilities/data/utils_data_view.py
Original file line number Diff line number Diff line change
Expand Up @@ -615,7 +615,7 @@ def _mock_has_run(cls) -> None:
cls.__data._requires_data_generation = False
cls.__data._requires_mapping = False

def raise_skiptest(self, reason: str = None,
def raise_skiptest(self, reason: str,
parent: Optional[Exception] = None) -> None:
"""
Sets the status as shutdown and raises a SkipTest
Expand Down

0 comments on commit 27a8709

Please sign in to comment.