Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed May 15, 2023
1 parent e268c49 commit f857127
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_inference.py
Original file line number Diff line number Diff line change
Expand Up @@ -6975,6 +6975,7 @@ def test_imported_module_var_inferable3() -> None:
assert i_w_val is not util.Uninferable
assert i_w_val.as_string() == "['w', 'v']"


@pytest.mark.skipif(
IS_PYPY, reason="Test run with coverage on PyPy sometimes raises a RecursionError"
)
Expand Down

0 comments on commit f857127

Please sign in to comment.