From f83a9696e50af351e184f0f08f2ffdc6893b09f5 Mon Sep 17 00:00:00 2001 From: Subhash Bhushan Date: Sat, 16 Mar 2024 11:49:43 -0700 Subject: [PATCH] Tox fixes for v0.11.0 --- src/protean/cli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/protean/cli.py b/src/protean/cli.py index b235197b..9152ee3c 100644 --- a/src/protean/cli.py +++ b/src/protean/cli.py @@ -198,7 +198,7 @@ def test(category): if category: if category == "BASIC": - print(f"Running core tests...") + print("Running core tests...") subprocess.call(commands) if category == "EVENTSTORE": for store in ["MEMORY", "MESSAGE_DB"]: