Skip to content

Commit

Permalink
Fix mypy tests on 3.10
Browse files Browse the repository at this point in the history
Looks like this was a bug fixed upstream
  • Loading branch information
euresti committed Jun 14, 2021
1 parent ec249f6 commit 074f63b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
6 changes: 0 additions & 6 deletions conftest.py
Expand Up @@ -27,9 +27,3 @@ def pytest_configure(config):
)
if not PY310:
collect_ignore.extend(["tests/test_pattern_matching.py"])
if PY310:
collect_ignore.extend(
[
"tests/test_mypy.yml",
]
)
2 changes: 1 addition & 1 deletion tox.ini
Expand Up @@ -128,7 +128,7 @@ commands = towncrier --draft

[testenv:typing]
basepython = python3.8
deps = mypy>=0.800
deps = mypy>=0.902
commands =
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
mypy tests/typing_example.py
Expand Down

0 comments on commit 074f63b

Please sign in to comment.