diff options
| author | 2022-10-19 11:56:48 +0100 | |
|---|---|---|
| committer | 2022-10-19 11:56:48 +0100 | |
| commit | e453a1648111a93765b6d0b0647f9b32072d316c (patch) | |
| tree | 9619b1e5e9e0cc8f38b6a0e8e1a0bdd8352731ea /pyproject.toml | |
| parent | Merge pull request #2296 from python-discord/lemon/resolve-serious-grammatica... (diff) | |
| parent | Calculate '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.toml | 2 |
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" |