diff options
author | Helmut Grohne <helmut@subdivi.de> | 2024-04-03 15:49:13 +0200 |
---|---|---|
committer | Helmut Grohne <helmut@subdivi.de> | 2024-04-03 15:49:13 +0200 |
commit | 185e8e3745d6e484b0b319f79dac5caf57a6a673 (patch) | |
tree | 0773725822f7beaf815755a5b57811592b3af796 | |
parent | 518ca4a294a96dc4a88956e79b4cb4cd6bb0c30f (diff) | |
download | python-linuxnamespaces-185e8e3745d6e484b0b319f79dac5caf57a6a673.tar.gz |
declare pytest-forked dependency that is in use already
-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] |