Skip to content

Commit df3df9a

Browse files
committed
Remove types-attrs from the typing env dependencies.
It's incorrect, and attrs has its own typing annotations. From https://pypi.org/project/types-attrs/: Note: The attrs package includes type annotations or type stubs since version 18.2.0. Please uninstall the types-attrs package if you use this or a newer version.
1 parent b651236 commit df3df9a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tox.ini

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,9 +87,10 @@ commands =
8787
[testenv:typing]
8888
skip_install = true
8989
deps =
90+
# FIXME: Why are we repeating dependencies here?
91+
attrs
9092
mypy
9193
pyrsistent
92-
types-attrs
9394
types-requests
9495
commands = {envpython} -m mypy --config {toxinidir}/pyproject.toml {posargs} {toxinidir}/jsonschema
9596

0 commit comments

Comments
 (0)