refstack-client/test-requirements.txt
Hervé Beraud dcd7fad34c Use unittest.mock instead of mock
The mock third party library was needed for mock support in py2
runtimes. Since we now only support py36 and later, we can use the
standard lib unittest.mock module instead.

Change-Id: If7d749018d7a69906f7f4763b147f09cfadd6692
2023-02-07 12:25:40 +00:00

9 lines
168 B
Plaintext

pep8==1.4.5
pyflakes>=0.7.2,<2.2.0
flake8<3.8.0
docutils>=0.11 # OSI-Approved Open Source, Public Domain
stestr>=1.1.0 # Apache-2.0
testtools>=0.9.34
coverage
httmock