Update mypy 0.782 -> 0.790
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user