mirror of
https://github.com/isc-projects/bind9.git
synced 2026-03-18 00:26:11 -04:00
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:
parent
f314f1b432
commit
a65b654a23
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue