aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYury Selivanov <yury@edgedb.com>2022-05-21 20:43:51 -0700
committerYury Selivanov <yury@edgedb.com>2022-05-21 21:27:23 -0700
commit71ecba537df21ae1ba907fc00937f6bf77c045a8 (patch)
tree3d09fb7d3183bb8d6e5b7684c1a57767c389e5f2
parented4ec255443cd8f2c4bb25d3ba12c4311537cf61 (diff)
downloadimmutables-71ecba537df21ae1ba907fc00937f6bf77c045a8.tar.gz
immutables-71ecba537df21ae1ba907fc00937f6bf77c045a8.zip
Pin mypy to the latest working version
This is a workaround
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 221313a..09b8de4 100644
--- a/setup.py
+++ b/setup.py
@@ -10,7 +10,7 @@ TEST_DEPENDENCIES = [
# (example breakage: https://gitlab.com/pycqa/flake8/issues/427)
'flake8~=3.8.4',
'pycodestyle~=2.6.0',
- 'mypy>=0.910',
+ 'mypy==0.942',
'pytest~=6.2.4',
]