From 159a191144518a9b23f3be3a51702d052411e6a5 Mon Sep 17 00:00:00 2001 From: Peter Pentchev Date: Fri, 12 Aug 2022 11:42:58 +0300 Subject: [PATCH] debian/tests/tox.ini: mypy: types-dataclasses for Python 3.6. --- debian/tests/tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/debian/tests/tox.ini b/debian/tests/tox.ini index fd33571..75bea47 100644 --- a/debian/tests/tox.ini +++ b/debian/tests/tox.ini @@ -35,6 +35,7 @@ commands = basepython = python3 deps = mypy + types-dataclasses commands = python3 -m mypy --strict --python-version=3.6 {[defs]files} -- 2.30.2