catching Tarantool exceptions in case of concurrency (implicitly issu… (#312)

* catching Tarantool exceptions in case of concurrency (implicitly issued by the planetmint-diver-ts tests)
* fixed black version
* blackified (new version)

---------

Signed-off-by: Jürgen Eckel <juergen@riddleandcode.com>
This commit is contained in:
Jürgen Eckel
2023-02-01 13:43:39 +01:00
committed by GitHub
parent 87506ff4a1
commit 2bb0539b78
18 changed files with 30 additions and 34 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"