From 064f5ed4849481e87e3ec40619efffdfe7b3e794 Mon Sep 17 00:00:00 2001 From: Peter Pentchev Date: Fri, 12 Aug 2022 12:59:22 +0300 Subject: [PATCH] debian/tests: py37: dataclasses in stdlib. --- debian/tests/pyproject.toml | 2 +- debian/tests/tox.ini | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) 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} -- 2.30.2