diff --git a/Makefile b/Makefile index 3977db584..c795ebf63 100644 --- a/Makefile +++ b/Makefile @@ -38,7 +38,7 @@ lint: ) test: - python -m pytest tests + python -m pytest tests -n auto # protobufs management diff --git a/setup.py b/setup.py index dd736318a..e52a58702 100644 --- a/setup.py +++ b/setup.py @@ -37,7 +37,7 @@ "pytest-trio>=0.5.2", "factory-boy>=2.12.0,<3.0.0", ], - "interop": ["redis==6.1.0", "logging==0.4.9.6" "loguru==0.7.3"], + "interop": ["redis==6.1.0", "logging==0.4.9.6", "loguru==0.7.3"], } extras_require["dev"] = ( @@ -69,6 +69,7 @@ "rpcudp>=3.0.0", "trio-typing>=0.0.4", "trio>=0.26.0", + "loguru>=0.7.3", ] # Add platform-specific dependencies