summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorJulian Berman <Julian@GrayVines.com>2022-12-05 12:04:57 -0500
committerJulian Berman <Julian@GrayVines.com>2022-12-05 12:04:59 -0500
commitdf3df9a779ed0991d78b1510b16978b38adca016 (patch)
treef90ceec09cf7d883d8d366f79a1d228bd6f5c39c /tox.ini
parentb6512361ed8510d2749ac6a7bd0b2f6e59258fba (diff)
downloadjsonschema-df3df9a779ed0991d78b1510b16978b38adca016.tar.gz
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.
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini3
1 files changed, 2 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index e4771b0..11c3f33 100644
--- a/tox.ini
+++ b/tox.ini
@@ -87,9 +87,10 @@ commands =
[testenv:typing]
skip_install = true
deps =
+ # FIXME: Why are we repeating dependencies here?
+ attrs
mypy
pyrsistent
- types-attrs
types-requests
commands = {envpython} -m mypy --config {toxinidir}/pyproject.toml {posargs} {toxinidir}/jsonschema