Skip to content

Commit 66286ab

Browse files
bluetechKriechi
authored andcommitted
Remove pytest typing ignore
Since version 6 pytest ships with typing. Also update it to latest version.
1 parent 6a9e073 commit 66286ab

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

setup.cfg

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,5 +49,3 @@ warn_unused_configs = True
4949
warn_unused_ignores = True
5050
[mypy-h11.*]
5151
ignore_missing_imports = True
52-
[mypy-pytest.*]
53-
ignore_missing_imports = True

tox.ini

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ python =
1212
passenv =
1313
GITHUB_*
1414
deps =
15-
pytest==6.0.1
15+
pytest==6.1.2
1616
pytest-cov==2.10.1
1717
pytest-xdist==2.1.0
1818
commands =
@@ -40,6 +40,7 @@ commands =
4040
basepython = python3.8
4141
deps =
4242
mypy==0.782
43+
pytest==6.1.2
4344
commands =
4445
mypy src/ test/ example/
4546

0 commit comments

Comments
 (0)