1
0
mirror of https://github.com/enpaul/keyosk.git synced 2025-12-19 09:42:34 +00:00

Update toxfile to pin all dependencies to locked versions

Stop-gap until I can figure out how to create a tox env from the lockfile
Add missing pytest-cov dev dependency
Fix py3.6 sqlite compatibility error with pathlib
This commit is contained in:
2020-02-25 00:00:50 -05:00
parent 1fa5747647
commit 227f1e7c18
4 changed files with 79 additions and 12 deletions

View File

@@ -29,6 +29,7 @@ pytest = "^5.3.5"
black = {version = "^19.10b0", allow-prereleases = true}
pylint = "2.3.1"
astroid = "2.2.5"
pytest-cov = "^2.8.1"
[build-system]
requires = ["poetry>=1.0.0"]