Skip to content
This repository was archived by the owner on May 23, 2023. It is now read-only.

Commit 19b57e9

Browse files
author
Jan Xie
committed
fix skip annotation in serialization test
1 parent 14bdab4 commit 19b57e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ethereum/tests/test_serialization.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ def double(v):
2020
''' % filename
2121

2222

23-
@pytest.skip
23+
@pytest.mark.skip()
2424
def test_returnten():
2525
s = tester.state()
2626
open(filename, 'w').write(mul2_code)

0 commit comments

Comments
 (0)