add pytest to poetry

This commit is contained in:
Yax 2021-08-10 14:44:18 +02:00
parent 0a7af0031e
commit 26a1146122
2 changed files with 123 additions and 1 deletions

View file

@ -22,6 +22,7 @@ rope = "^0.16.0"
mypy = "^0.790"
flake8-black = "^0.2.1"
black = "^20.8b1"
pytest = "^6.2.4"
[build-system]
requires = ["poetry>=0.12"]