summaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorHelmut Grohne <helmut@subdivi.de>2024-04-03 09:36:53 +0200
committerHelmut Grohne <helmut@subdivi.de>2024-04-03 09:36:53 +0200
commitbd4edf4167923e83242933cb86402906243fcbe0 (patch)
tree52f5b8f2a57ec95323a93ea0383f076b9e002d77 /pyproject.toml
parentff3d733095f23068056e8e3273a343d10149e87e (diff)
downloadpython-linuxnamespaces-bd4edf4167923e83242933cb86402906243fcbe0.tar.gz
add basic tests for AtLocation
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 9db7f3a..e0abe04 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -12,7 +12,7 @@ classifiers = [
requires-python = ">=3.9"
[project.optional-dependencies]
-test = ["pytest"]
+test = ["pytest", "pytest-subtests"]
examples = ["dbussy", "zstandard"]
[tool.black]