proper mypy-pytest setup

Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
This commit is contained in:
2018-03-15 14:11:05 -04:00
parent 5808cbfa7f
commit c761385c37
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -21,10 +21,10 @@ docutils = "*"
tox = "*"
detox = "*"
httpbin = "==0.5.0"
pytest-mypy = "*"
pytest-mypy = {git = "https://github.com/petr-muller/pytest-mypy", editable = true, ref = "flush-errors"}
white = {version="*"}
"e1839a8" = {path = ".", editable = true, extras=["socks"]}
mypy = "==0.540"
mypy = "*"
"rfc3986" = "*"
+1 -1
View File
@@ -84,7 +84,7 @@ test_requirements = [
'PySocks>=1.5.6, !=1.5.7',
'pytest>=2.8.0',
'pytest-mypy',
'mypy==0.540',
'mypy',
'white',
]
about = {}