ansible-role-collect-logs/test-requirements.txt
Hervé Beraud d4763bcbf4 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: I4bdd9f6f04181f2c76ddf82d47edcee590d2bfde
2020-11-27 13:31:27 +00:00

5 lines
51 B
Plaintext

pre-commit>=1.20.0 # MIT
pytest
pytest-mock
pyyaml