Skip to content

Commit f857127

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent e268c49 commit f857127

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/test_inference.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6975,6 +6975,7 @@ def test_imported_module_var_inferable3() -> None:
69756975
assert i_w_val is not util.Uninferable
69766976
assert i_w_val.as_string() == "['w', 'v']"
69776977

6978+
69786979
@pytest.mark.skipif(
69796980
IS_PYPY, reason="Test run with coverage on PyPy sometimes raises a RecursionError"
69806981
)

0 commit comments

Comments
 (0)