mirror of https://github.com/nucypher/nucypher.git
7 lines
87 B
Python
7 lines
87 B
Python
|
import pytest
|
||
|
|
||
|
|
||
|
@pytest.mark.skip
|
||
|
def test_serialize_ursula(ursulas):
|
||
|
assert False
|