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 ec249f6 commit 074f63bCopy full SHA for 074f63b
conftest.py
@@ -27,9 +27,3 @@ def pytest_configure(config):
27
)
28
if not PY310:
29
collect_ignore.extend(["tests/test_pattern_matching.py"])
30
-if PY310:
31
- collect_ignore.extend(
32
- [
33
- "tests/test_mypy.yml",
34
- ]
35
- )
tox.ini
@@ -128,7 +128,7 @@ commands = towncrier --draft
128
129
[testenv:typing]
130
basepython = python3.8
131
-deps = mypy>=0.800
+deps = mypy>=0.902
132
commands =
133
mypy src/attr/__init__.pyi src/attr/_version_info.pyi src/attr/converters.pyi src/attr/exceptions.pyi src/attr/filters.pyi src/attr/setters.pyi src/attr/validators.pyi
134
mypy tests/typing_example.py
0 commit comments