Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 96cc084

Browse files
committed
misc
1 parent 287c627 commit 96cc084

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

tests/test_completer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ def test_unicode_range():
127127
assert len_exp == len_test, message
128128

129129
# fail if new unicode symbols have been added.
130-
assert len_exp <= 148853, message
130+
assert len_exp <= 153626, message
131131

132132

133133
@contextmanager

tests/test_oinspect.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -503,7 +503,7 @@ def bar(self):
503503
@pytest.mark.xfail(
504504
sys.version_info.releaselevel not in ("final", "candidate"),
505505
reason="fails on 3.13.dev",
506-
strict=True,
506+
strict=(sys.version_info < (3, 15)),
507507
)
508508
def test_pinfo_docstring_dynamic(capsys):
509509
obj_def = """class Bar:

0 commit comments

Comments
 (0)