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

@@ -115,7 +115,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": {naughty_string: "nice_value"}}]
metadata = {naughty_string: "nice_value"}
@@ -124,7 +123,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": {"nice_key": naughty_string}}]
metadata = {"nice_key": naughty_string}

View File

@@ -17,7 +17,6 @@ def test_zenroom_signing(
zenroom_script_input,
condition_script_zencode,
):
biolabs = generate_keypair()
version = "2.0"