1
0
mirror of https://github.com/enpaul/keyosk.git synced 2024-09-28 19:54:01 +00:00

Add passlib to testenv dependencies

This commit is contained in:
Ethan Paul 2020-02-23 16:11:39 -05:00
parent cfa63b4201
commit ca183d7052

View File

@ -8,6 +8,7 @@ deps =
pytest pytest
pytest-cov pytest-cov
toml toml
passlib
marshmallow marshmallow
commands = commands =
pytest --cov={envsitepackagesdir}/keyosk --cov-config .coveragerc tests/ --cov-report term-missing pytest --cov={envsitepackagesdir}/keyosk --cov-config .coveragerc tests/ --cov-report term-missing