diff options
author | Yury Selivanov <yury@edgedb.com> | 2022-05-21 20:43:51 -0700 |
---|---|---|
committer | Yury Selivanov <yury@edgedb.com> | 2022-05-21 21:27:23 -0700 |
commit | 71ecba537df21ae1ba907fc00937f6bf77c045a8 (patch) | |
tree | 3d09fb7d3183bb8d6e5b7684c1a57767c389e5f2 | |
parent | ed4ec255443cd8f2c4bb25d3ba12c4311537cf61 (diff) | |
download | immutables-71ecba537df21ae1ba907fc00937f6bf77c045a8.tar.gz immutables-71ecba537df21ae1ba907fc00937f6bf77c045a8.zip |
Pin mypy to the latest working version
This is a workaround
-rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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', ] |