diff options
-rw-r--r-- | pyproject.toml | 2 |
1 files changed, 1 insertions, 1 deletions
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] |