blackified with newest verion to satisfy CI

Signed-off-by: Jürgen Eckel <juergen@riddleandcode.com>
This commit is contained in:
Jürgen Eckel
2023-02-14 22:43:33 +01:00
parent a23c180a0b
commit 3afb2e6f3d
16 changed files with 5 additions and 33 deletions

View File

@@ -67,6 +67,7 @@ skipped_naughty_strings = [
naughty_strings = [naughty for naughty in naughty_strings if naughty not in skipped_naughty_strings]
# This is our base test case, but we'll reuse it to send naughty strings as both keys and values.
def send_naughty_tx(assets, metadata):
# ## Set up a connection to Planetmint
@@ -118,7 +119,6 @@ def send_naughty_tx(assets, metadata):
@pytest.mark.parametrize("naughty_string", naughty_strings, ids=naughty_strings)
def test_naughty_keys(naughty_string):
assets = [{"data": multihash(marshal({naughty_string: "nice_value"}))}]
metadata = multihash(marshal({naughty_string: "nice_value"}))
@@ -127,7 +127,6 @@ def test_naughty_keys(naughty_string):
@pytest.mark.parametrize("naughty_string", naughty_strings, ids=naughty_strings)
def test_naughty_values(naughty_string):
assets = [{"data": multihash(marshal({"nice_key": naughty_string}))}]
metadata = multihash(marshal({"nice_key": naughty_string}))

View File

@@ -19,7 +19,6 @@ def test_zenroom_signing(
zenroom_script_input,
condition_script_zencode,
):
biolabs = generate_keypair()
version = "2.0"
@@ -47,7 +46,6 @@ def test_zenroom_signing(
zenroom_house_assets,
condition_script_zencode,
):
biolabs = generate_keypair()
version = "2.0"