Skip to content

Commit 8e102b2

Browse files
committed
Missing mypy stubs in for dateutil.relativedelta
Mypy reported a couple of errors for missing stubs on GitHub https://github.com/theupdateframework/python-tuf/runs/4431787287?check_suite_focus=true The error noted that: "tests/test_api.py:19: error: Library stubs not installed for "dateutil.relativedelta" (or incompatible with Python 3.10)" In order to resolve it I added "types-python-dateutil" into requirements-test.txt Signed-off-by: Martin Vrachev <[email protected]>
1 parent 2f689e7 commit 8e102b2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

requirements-test.txt

+1
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,4 @@ pylint
1414
mypy
1515
bandit
1616
types-requests
17+
types-python-dateutil

0 commit comments

Comments
 (0)