Skip to content

Commit

Permalink
Add missing test dependency
Browse files Browse the repository at this point in the history
... in order to make mypy happy, was failing with:
packages/cmk-crypto/tests/test_certificate.py:16: error: Library stubs not installed for "dateutil.relativedelta"  [import-untyped]
packages/cmk-crypto/tests/test_certificate.py:16: note: Hint: "python3 -m pip install types-python-dateutil"
packages/cmk-crypto/tests/test_certificate.py:16: note: (or run "mypy --install-types" to install all missing stub packages)
packages/cmk-crypto/tests/test_certificate.py:16: note: See https://mypy.readthedocs.io/en/stable/running_mypy.html#missing-imports

Change-Id: I5ba685311098e6176087d74452ec90fe20240d3f
  • Loading branch information
TimotheusBachinger committed Feb 13, 2025
1 parent 6e11f71 commit bab8866
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/cmk-crypto/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ py_test(
requirement("cryptography"),
requirement("pytest"),
requirement("time-machine"),
requirement("python-dateutil"),
],
)

Expand Down

0 comments on commit bab8866

Please sign in to comment.