aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorGravatar wookie184 <[email protected]>2022-10-19 11:56:48 +0100
committerGravatar GitHub <[email protected]>2022-10-19 11:56:48 +0100
commite453a1648111a93765b6d0b0647f9b32072d316c (patch)
tree9619b1e5e9e0cc8f38b6a0e8e1a0bdd8352731ea /pyproject.toml
parentMerge pull request #2296 from python-discord/lemon/resolve-serious-grammatica... (diff)
parentCalculate 'now' once to ensure it is constant for scoring nominations (diff)
Merge pull request #2245 from python-discord/update-autoreview-system
Update autoreview system
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml
index d03177249..b5050ef63 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -54,8 +54,10 @@ pytest = "7.1.3"
pytest-cov = "4.0.0"
python-dotenv = "0.21.0"
pytest-xdist = "2.5.0"
+pytest-subtests = "0.8.0"
taskipy = "1.10.3"
+
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"