Add missing dependencies to requirements.txt

Add missing dependencies to tools/init/test-requirements.txt
for running unit tests. Libraries are placed in test-
requirementss.txt rather than requirements.txt due to library
versions included within the snap; if the versions in requirements.txt
differ from whats installed in the snap from Ubuntu core then the snap
fails to build.

Closes-Bug: #1908610
Change-Id: I83d623db3a8d3cd8f328b42da4aff5b71f2f0520
This commit is contained in:
Billy Olsen 2020-12-17 16:54:39 -07:00
parent a904cb6804
commit 0ae9adef3e
1 changed files with 3 additions and 0 deletions

View File

@ -1,5 +1,8 @@
cryptography
flake8
mock
oslo.serialization===3.1.1
pylint
python-dateutil===2.8.1
pep8
stestr