Skip to content

Commit 4e01d51

Browse files
committed
Always run pickle schema tests in this branch
1 parent 059227d commit 4e01d51

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/utilities/test_build_ast_schema.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1188,7 +1188,6 @@ def rejects_invalid_ast():
11881188
build_ast_schema({}) # type: ignore
11891189
assert str(exc_info.value) == "Must provide valid Document AST."
11901190

1191-
@mark.slow
11921191
def describe_deepcopy_and_pickle():
11931192
@mark.timeout(20 * timeout_factor)
11941193
def can_deep_copy_big_schema(big_schema_sdl): # noqa: F811

0 commit comments

Comments
 (0)