summaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorHelmut Grohne <helmut@subdivi.de>2024-04-03 15:49:13 +0200
committerHelmut Grohne <helmut@subdivi.de>2024-04-03 15:49:13 +0200
commit185e8e3745d6e484b0b319f79dac5caf57a6a673 (patch)
tree0773725822f7beaf815755a5b57811592b3af796 /pyproject.toml
parent518ca4a294a96dc4a88956e79b4cb4cd6bb0c30f (diff)
downloadpython-linuxnamespaces-185e8e3745d6e484b0b319f79dac5caf57a6a673.tar.gz
declare pytest-forked dependency that is in use already
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml2
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]