Add `-rzipapp-reqs.txt` to the unit tests and mypy environments in
tox.ini, enabling the use of dependencies outside the stdlib.
Signed-off-by: John Mulligan <jmulligan@redhat.com>
[testenv]
skip_install=true
deps =
+ -rzipapp-reqs.txt
pyfakefs == 4.5.6 ; python_version < "3.7"
pyfakefs >= 5, < 6 ; python_version >= "3.7"
mock
basepython = python3
deps =
mypy
+ -rzipapp-reqs.txt
-c{toxinidir}/../mypy-constrains.txt
commands = mypy --config-file ../mypy.ini {posargs:cephadm.py cephadmlib}