summaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorJordan Cook <jordan.cook@pioneer.com>2022-04-09 16:07:26 -0500
committerJordan Cook <jordan.cook@pioneer.com>2022-04-09 16:10:35 -0500
commit40b78d374413af918852dc32001efb1617a4a75d (patch)
tree6961e26f66d76db94dda4a9b800a51c2f022eab5 /pyproject.toml
parent82e68b9f917ddc78feaa19fb4d63fffe20047089 (diff)
downloadrequests-cache-40b78d374413af918852dc32001efb1617a4a75d.tar.gz
Fix failing tests on python 3.10 (missing dependency on GitHub Actions only)
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml
index ae9fec9..d1b8278 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -92,6 +92,7 @@ docs = ["furo", "linkify-it-py", "myst-parser", "sphinx", "sphinx-autodoc-ty
[tool.poetry.dev-dependencies]
# For unit + integration tests
coverage = "^6.3"
+exceptiongroup = "*"
psutil = "^5.0"
pytest = "^7.1"
pytest-clarity = "^1.0.1"