From: Peter Pentchev Date: Fri, 12 Aug 2022 09:59:22 +0000 (+0300) Subject: debian/tests: py37: dataclasses in stdlib. X-Git-Tag: archive/raspbian/1.2.3+ds1-2+rpi1^2~18 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=064f5ed4849481e87e3ec40619efffdfe7b3e794;p=zchunk.git debian/tests: py37: dataclasses in stdlib. --- diff --git a/debian/tests/pyproject.toml b/debian/tests/pyproject.toml index f3592ef..cd63b36 100644 --- a/debian/tests/pyproject.toml +++ b/debian/tests/pyproject.toml @@ -3,4 +3,4 @@ line-length = 100 [tool.mypy] strict = true -python_version = 3.6 +python_version = 3.7 diff --git a/debian/tests/tox.ini b/debian/tests/tox.ini index 9cfcb0d..1343309 100644 --- a/debian/tests/tox.ini +++ b/debian/tests/tox.ini @@ -35,7 +35,6 @@ commands = basepython = python3 deps = mypy - types-dataclasses commands = python3 -m mypy {[defs]files}