Don't type-check the flaky plugin with mypy
Since we execute mypy for bin/tests/system/isctest package, this is now needed because the flaky package doesn't have type hints.
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user