diff --git a/bin/tests/system/isctest/mark.py b/bin/tests/system/isctest/mark.py index ba3a9d4894..769abbbb5d 100644 --- a/bin/tests/system/isctest/mark.py +++ b/bin/tests/system/isctest/mark.py @@ -43,7 +43,7 @@ have_json_c = pytest.mark.skipif( try: - import flaky as flaky_pkg + import flaky as flaky_pkg # type: ignore except ModuleNotFoundError: # In case the flaky package is not installed, run the tests as usual # without any attempts to re-run them.