From c57a870778a860c8b842d0c0e3d042292e92c4b4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Schwaiger?= Date: Mon, 27 Nov 2023 14:23:53 +0100 Subject: [PATCH] Setup: Make sure Prysk plugin is installed --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4b5b532..9afb47c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -48,7 +48,7 @@ dev = [ "toml", ] test = [ - "prysk>=0.13.1", + "prysk[pytest-plugin]>=0.13.1", "pytest", ]