From 8701e405a0718416f9d16467fef2ba2132a3fe53 Mon Sep 17 00:00:00 2001 From: Ronny Rentner Date: Mon, 16 Sep 2024 15:13:16 +0200 Subject: [PATCH] Add test dependency for pytest --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6cf44d2..933bf35 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ main = "https://github.com/ronny-rentner/ultradict" [project.optional-dependencies] -tests = ["ultraimport", "redis"] +tests = ["pytest", "ultraimport", "redis"] [tool.pylint.'MESSAGES CONTROL'] max-line-length = 140