Skip to content

Commit bf3a80e

Browse files
committed
tests: add beautifulsoup4 dep to wato mypy target
test_host_diagnose.py imports bs4 for render-side coverage, so the //tests/unit/cmk/gui/wato:wato target needs the beautifulsoup4 requirement to resolve its stubs under mypy. Change-Id: Ic54bdbc80729c30751a67cad9d62141e61239605
1 parent 58ba5ca commit bf3a80e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • tests/unit/cmk/gui/wato

tests/unit/cmk/gui/wato/BUILD

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ py_test(
2424
"//cmk/gui/watolib:registries",
2525
"//tests/unit:conftest",
2626
"//tests/unit/cmk/gui:conftest",
27+
requirement("beautifulsoup4"),
2728
requirement("flask"),
2829
requirement("pytest"),
2930
requirement("pytest-mock"),

0 commit comments

Comments
 (0)