From 185e8e3745d6e484b0b319f79dac5caf57a6a673 Mon Sep 17 00:00:00 2001 From: Helmut Grohne Date: Wed, 3 Apr 2024 15:49:13 +0200 Subject: declare pytest-forked dependency that is in use already --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e0abe04..4cf512e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ classifiers = [ requires-python = ">=3.9" [project.optional-dependencies] -test = ["pytest", "pytest-subtests"] +test = ["pytest", "pytest-forked", "pytest-subtests"] examples = ["dbussy", "zstandard"] [tool.black] -- cgit v1.2.3