Update mypy 0.782 -> 0.790

This commit is contained in:
Ran Benita
2020-10-17 16:54:54 +03:00
parent e5e47c1097
commit 1b23a111d2
13 changed files with 20 additions and 24 deletions
+1 -1
View File
@@ -1049,7 +1049,7 @@ class TestLiterals:
("1e3", "999"),
# The current implementation doesn't understand that numbers inside
# strings shouldn't be treated as numbers:
pytest.param("'3.1416'", "'3.14'", marks=pytest.mark.xfail), # type: ignore
pytest.param("'3.1416'", "'3.14'", marks=pytest.mark.xfail),
],
)
def test_number_non_matches(self, pytester, expression, output):