From d7f8aa537a5257bff9a154f5259e426b23cd5894 Mon Sep 17 00:00:00 2001 From: Bikouo Aubin <79859644+abikouo@users.noreply.github.com> Date: Thu, 1 Dec 2022 18:28:01 +0100 Subject: [PATCH] add pytest-forked in test-requirements.txt (#179) --- test-requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/test-requirements.txt b/test-requirements.txt index b3defb3..7f23468 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1,3 +1,4 @@ coverage==4.5.4 pytest pytest-xdist +pytest-forked