From 7406573f4b97b30224d113fe2c3ccaff04b86ba2 Mon Sep 17 00:00:00 2001 From: Andrei Neon Labs <169074588+andrei-neon@users.noreply.github.com> Date: Wed, 2 Oct 2024 00:14:18 +0200 Subject: [PATCH] fix --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 91e2971d..0f685bda 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,4 +6,4 @@ WORKDIR /app RUN pip install --no-cache-dir -r requirements.txt -CMD ["pytest", "--network", $NETWORK, "test_v4_router.py"] +CMD pytest --network $NETWORK test_v4_router.py -vvv -s \ No newline at end of file