Fix mypy version (#1483)

pull/1489/head
Nikhil Parasaram 4 years ago committed by GitHub
parent d39dea71fd
commit 00b38e7c50
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      setup.py
  2. 2
      tox.ini

@ -58,7 +58,7 @@ REQUIRED = [
"certifi>=2020.06.20",
]
TESTS_REQUIRE = ["mypy", "pytest>=3.6.0", "pytest_mock", "pytest-cov"]
TESTS_REQUIRE = ["mypy==0.782", "pytest>=3.6.0", "pytest_mock", "pytest-cov"]
# What packages are optional?
EXTRAS = {

@ -20,7 +20,7 @@ basepython = python3.6
setenv =
COVERAGE_FILE = .coverage.{envname}
deps =
mypy
mypy==0.782
pytest
pytest-mock
pytest-cov

Loading…
Cancel
Save