We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a9e073 commit 66286abCopy full SHA for 66286ab
setup.cfg
@@ -49,5 +49,3 @@ warn_unused_configs = True
49
warn_unused_ignores = True
50
[mypy-h11.*]
51
ignore_missing_imports = True
52
-[mypy-pytest.*]
53
-ignore_missing_imports = True
tox.ini
@@ -12,7 +12,7 @@ python =
12
passenv =
13
GITHUB_*
14
deps =
15
- pytest==6.0.1
+ pytest==6.1.2
16
pytest-cov==2.10.1
17
pytest-xdist==2.1.0
18
commands =
@@ -40,6 +40,7 @@ commands =
40
basepython = python3.8
41
42
mypy==0.782
43
44
45
mypy src/ test/ example/
46
0 commit comments