mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-28 04:34:54 -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.
(cherry picked from commit a65b654a23)
This commit is contained in:
parent
af12ce03f3
commit
4679bfe604
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