Skip to content

Commit f6d52cb

Browse files
committed
Mark a test to skip.
1 parent 1fff98c commit f6d52cb

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

typed_python/types_serialization_test.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2497,8 +2497,7 @@ def f(self, x) -> int:
24972497

24982498
assert callF(child1) == callF(child2)
24992499

2500-
@pytest.mark.skipif(
2501-
"sys.version_info.minor >= 8",
2500+
@pytest.mark.skip(
25022501
reason="serialization differences on 3.8 we need to investigate"
25032502
)
25042503
def test_serialization_of_entrypointed_function_stable(self):

0 commit comments

Comments
 (0)