More CI fixes (#208)

* Remove bandit from CI, update poetry.lock&pre-commit-config.yaml

* We don't support python 3.6

* poetry install also on tests flow

* remove pytest-azurepipelines
This commit is contained in:
Teemu R
2021-09-23 19:09:19 +02:00
committed by GitHub
parent 202d107d39
commit d7202883e9
4 changed files with 126 additions and 118 deletions

View File

@@ -26,7 +26,6 @@ sphinxcontrib-programoutput = { version = "^0", optional = true }
[tool.poetry.dev-dependencies]
pytest = "^5"
pytest-azurepipelines = "^0"
pytest-cov = "^2"
pytest-asyncio = "^0"
pytest-sugar = "*"