diff options
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" | 
